Hello. I am using Windows 7, ActiveState Perl, # 5.24.1 MSWin32-x64-multi-thread.
It seems my code snippet test.pl will not work unless I use "perl" on the command line. There were no problems before I upgraded to 5.24.1 a few hours ago. Are my eyes just not seeing something? I get the same sort of results if I use Getopt::Long instead of ARGV
# C:\temp>test.pl --drive E # My argv's are and # drive is # C:\temp>perl test.pl --drive E # My argv's are --drive and E # drive is E use 5.18.2; say ("\tMy argv's are $ARGV[0] and $ARGV[1]");
In reply to ARGV not getting set by mnooning
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |