Hi all,

I was trying to write a script. I wanted to use multiple characters in
command line switches.
For example
myScript -f1 <file1> -f2 <file2>

now getopt or getopts allows only for single character switches (please
correct me if its not true).
Is there any module which will allow my to have multiple character switches.

Thanks
Brajesh

Reply via email to