John L. Allen [Thu, 16 Jul 1998 11:43:54 +0000 (07:43 -0400)]
Message-ID: <Pine.SOL.3.91.
980716113018.14617A-100000@gateway.grumman.com>
p4raw-id: //depot/perl@1595
$Is_MSWin32 = $^O eq 'MSWin32';
$Is_VMS = $^O eq 'VMS';
- getopts("dhva:s:b:f:F:r:e:SCc:to:n:");
+ if (!getopts("dhva:s:b:f:F:r:e:SCc:to:n:")) { Help(); exit; };
# This comment is needed to notify metaconfig that we are
# using the $perladmin, $cf_by, and $cf_time definitions.