Perl Monk, Perl Meditation | |
PerlMonks |
Re: Parsing your script's command lineby bikeNomad (Priest) |
on Jun 14, 2001 at 06:35 UTC ( [id://88282]=note: print w/replies, xml ) | Need Help?? |
Nice tutorial. One minor disagreement, though: Getopt::Long is quite happy with single-character switches. If you want to bundle them (as in, '-vax' means the same as '-v -a -x'), you have to call:
In Section
Tutorials
|
|