in reply to Win7 doesn't fill @ARGV
For example, does simply typing perl -V, produce anything || what you'd expect?
Sorry, just a bit of a guess.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win7 doesn't fill @ARGV
by BrowserUk (Patriarch) on Nov 19, 2013 at 20:29 UTC |