Subject: Reg parameters to a perl script
Hi ,
I have a perl script which accepts few predefined parameters and
values for them.
It is like this :
myscript.pl -param1 -param2
Now my requirement is , if value is also has and hyphen "-" then
script should accept it and w
Hi ,
I have a perl script which accepts few predefined parameters and
values for them.
It is like this :
myscript.pl -param1 -param2
Now my requirement is , if value is also has and hyphen "-" then
script should accept it and what ever i give after the -param option
should be taken as