in reply to
better cli processing
You may want to take a look at
Getopt::Long
and
Getopt::Std
. These modules come with perl, and should make the parsing of your command line arguments a snap.
--SparkeyG
Comment on
Re: better Comand line argument processing
Replies are listed 'Best First'.
Re: Re: better Comand line argument processing
by
AlCapone
(Novice)
on Nov 02, 2002 at 09:52 UTC
Hey Thanks Sparkey! I'm all over it - it looks just what I need. Thanks again.
[reply]
Re: Re: Re: better Comand line argument processing
by
larsen
(Parson)
on Nov 02, 2002 at 17:05 UTC
Some weeks ago I replied to a similar question, suggesting to use
Getopt::Mixed
. Read the original question (
option on command line
) and my reply (
Re: option on command line
). HTH
cheers,
larsen, that once again is referring to his old nodes :/
[reply]
In Section
Seekers of Perl Wisdom