TomGeukens has asked for the wisdom of the Perl Monks concerning the following question:
but when I just run it without the 'perl' command, it always gets a zero-value passed in. As long as there is no need to pass in parameters, no problem, but thec:>perl script.pl <option>
does not work on my system. I'm using WinXP, and believe to have set the correct environment variables . . . anything else to tweak? thanks, TGe$option = hex(shift);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing parameters from the command line
by GrandFather (Saint) on Dec 08, 2005 at 00:44 UTC | |
|
Re: passing parameters from the command line
by NetWallah (Canon) on Dec 08, 2005 at 05:36 UTC | |
by TomGeukens (Initiate) on Dec 08, 2005 at 17:33 UTC | |
|
Re: passing parameters from the command line
by l3v3l (Monk) on Dec 08, 2005 at 00:33 UTC |