in reply to
User input from a command line by giving options a,b,c
Getopt::Long
is a standard way of parsing command line options in Perl.
Comment on
Re: User input from a command line by giving options a,b,c
In Section
Seekers of Perl Wisdom