in reply to
ARGV issue
My approach is similar to
TomDLux
. I use
Getopt::Long
and
Pod::Usage
. A complete working example of how to use the pair is given in the
recommended use
section of the Pod::Usage documentation.
David.
Comment on
Re: ARGV issue
In Section
Seekers of Perl Wisdom