in reply to
Making Getopt::Long tell me if no parameters passed
Correction:
sub useage {
should read
sub usage {
to match the sub call at the end.
$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;
Comment on
Re: Making Getopt::Long tell me if no parameters passed
Select
or
Download
Code
In Section
Seekers of Perl Wisdom