in reply to Re: @ARGV being corrupted
in thread @ARGV being corrupted
Thats all the code is. i can actually transplate the specific code and run it seperate and it works fine so what my question is what possibly could have changed in a library, etc that would cause this? maybe a conflict between versions?if ( $ARGV[$i] eq "devl" ) { print "$ARGV[$i]\n"; }
Edit by castaway - added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: @ARGV being corrupted
by BrowserUk (Patriarch) on Jul 22, 2004 at 14:33 UTC | |
|
Re^3: @ARGV being corrupted
by Anonymous Monk on Jul 22, 2004 at 14:24 UTC | |
by gellyfish (Monsignor) on Jul 22, 2004 at 14:25 UTC |