in reply to Re^2: Win32 - @ARGV with 'perl foo.pl' vs 'foo.pl'
in thread Win32 - @ARGV with 'perl foo.pl' vs 'foo.pl'
That pl_auto_file doesn't include any further arguments, so that's why they're disappearing. I'm not at a machine where I can show you what it should be, but...
orpl_auto_file="c:\...\perl.exe" "%1" %2 %3 %4 %5 %6 %7 %8 %9
Or something like that.pl_auto_file="c:\...\perl.exe" "%1" %2*
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32 - @ARGV with 'perl foo.pl' vs 'foo.pl'
by Anonymous Monk on Apr 01, 2004 at 18:47 UTC |