http://qs321.pair.com?node_id=209936


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.