in reply to Re: Why doesn't @ARGV work?
in thread Why doesn't @ARGV work?
Thanks for all the inputs. The first thing I did was to download a fresh copy of the ActiveState .msi. I tried "repair" and when that didn't help, I tried removing the old install and reinstall (all using the ActiveState installer).
The association seems to be OK (because it does run the correct script). I tried adding some other things to the script, defining my own @mylist = (1,2,3);, printing @INC and %ENV. All of that worked fine. There were a couple of other suggestions relating to assoc. I will try those, but that does not seem to be the issue.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Why doesn't @ARGV work?
by LloydRice (Beadle) on Jul 17, 2014 at 16:01 UTC | |
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 | |
|