A
Abhishek Srivastava
Hello All,
I am using active state perl on windows xp. I keep all my perl scripts
in a directory called "c:\myapps\perl\" I have put this directory into
my system PATH.
now to run these scripts I want to go to the console and say
myscript.pl a b c [here a b c are the parameters to the script]
I have also assosiated *.pl extension with c:\perl\bin\perl.exe (using
windows explorer file->folder options)
When I run my script something strange happens, the script is run but
none of the command line parameters are passed to it.
Why are the command line params not being passed to my script?
I am sure someone would have tried this out if you use perl on a
windows machine.
Thanks a lot for your help.
regards,
Abhishek.
I am using active state perl on windows xp. I keep all my perl scripts
in a directory called "c:\myapps\perl\" I have put this directory into
my system PATH.
now to run these scripts I want to go to the console and say
myscript.pl a b c [here a b c are the parameters to the script]
I have also assosiated *.pl extension with c:\perl\bin\perl.exe (using
windows explorer file->folder options)
When I run my script something strange happens, the script is run but
none of the command line parameters are passed to it.
Why are the command line params not being passed to my script?
I am sure someone would have tried this out if you use perl on a
windows machine.
Thanks a lot for your help.
regards,
Abhishek.