Madhu Reddy wrote:

> Hi,
>   I want to pass command line arguements to perl
> program ?
> How to do this ?


There's Getopt::Std and Getopt::Long. IMHO the Getopt::Long interface and 
how it accesses the command line options is superior to Getopt::Std and 
supports both short (-t) and long (--type) switches.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to