in reply to
Defaults for command line args
For more complicated command-line argument parsing you may want to check out the
Getopt::Long
and
Getopt::Std
modules.
Comment on
Re: Defaults for command line args
In Section
Seekers of Perl Wisdom