John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
produces 3 warnings on line 303 and three on line 322.GetOptions ( 'help|?|h' => \&show_options, 'verbose!' => \$verbose, 'v' => \$verbose, 'L=s' => \@linkfiles, 'RC=s' => $RCfile, 'fixtarget!' => $fixtarget, 'midlopts=s' => $midlopts ) or die;
Use of uninitialized value in pattern match (m//) at ../LIB\Getopt\Lon +g.pm (autosplit into ..\lib\auto\Getopt\Long\GetOp tions.al) line 303.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error inside Getopt::Long
by runrig (Abbot) on Oct 12, 2001 at 23:16 UTC | |
|
Re: Error inside Getopt::Long
by bluto (Curate) on Oct 12, 2001 at 22:56 UTC | |
|
(bbfu) (~no errors) Re: Error inside Getopt::Long
by bbfu (Curate) on Oct 13, 2001 at 10:10 UTC |