in reply to Why doesn't @ARGV work?
It is likely that in your windows 8 case, the arguments %* are missing in the bat file that invokes the script.perl -w scriptname.pl "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"
To avoid this, Try running your script like this:
and post your results.perl testarg a b c
Profanity is the one language all programmers know best.
|
|---|