in reply to Re^2: strawberry win10 no ARGV
in thread strawberry win10 no ARGV
Have you tried running your second script as "perl script.pl arg1 arg2 ..." instead of "script.pl arg1 arg2 ..."? You might need to add the full path to the Perl binary, which you can normally get from $^X (or Config's $Config{perlpath}, as documented in the first link). Also note my node here in regards to the potential issues with using qx//.
|
|---|