in reply to Help with processing command line arguments
It sounds like you are using something DOS, Windows 95, Windows 98 or Windows ME. You can't run scripts just by typing their name - you have to pass the script file name into perl first. This looks something like C:\SRC> perl myscript.pl add 1 2. I think you're typing something like C:\SRC> myscript.pl add 1 2 instead. Or at least that's what I get from your error message.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help with processing command line arguments
by mt2k (Hermit) on Dec 15, 2002 at 23:55 UTC | |
by diotalevi (Canon) on Dec 16, 2002 at 00:35 UTC | |
by theorbtwo (Prior) on Dec 16, 2002 at 23:47 UTC | |
|