in reply to Re^2: Why doesn't @ARGV work?
in thread Why doesn't @ARGV work?
Now, I'm really confused !!!
I just set up another new Gateway, identical to the Win8 system I was using yesterday and installed Perl as before. I get the same result as yesterday:
numargs = 0
Obviously, the correct little Perl script is running. At the moment, I just shut that machine off, and I will try the suggestion of using $#ARGV-1 instead of @ARGV. But I would not expect that to make any difference.
This result seems to rule out any issues with the op sys on the other machine. I opened a standard CMD window, typed the program using Notepad, and ran it. So there was nothing else installed, otherwise a virgin machine.
Has anybody else has any issues with Win8?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Why doesn't @ARGV work?
by LloydRice (Beadle) on Jul 17, 2014 at 16:12 UTC | |
by 2teez (Vicar) on Jul 17, 2014 at 16:38 UTC | |
by Anonymous Monk on Jul 18, 2014 at 07:54 UTC | |
by LloydRice (Beadle) on Jul 19, 2014 at 13:37 UTC | |
by Anonymous Monk on Jul 20, 2014 at 02:20 UTC | |
by LloydRice (Beadle) on Jul 20, 2014 at 04:14 UTC | |
|