in reply to Re: Is my @ARGV broken?
in thread Is my @ARGV broken?

Interesting. I had set mine up previously. Here's what it looks like:

D:\>assoc .pl .pl=perl D:\>ftype perl perl=perl.exe "%1" "%*"
ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;