in reply to Re: Problem with @ARGV in Win32 Perl
in thread Problem with @ARGV in Win32 Perl

Make that:

FTYPE PerlScript=c:\path\t­o\perl.exe "%1" %*
so that it works when clicking on Perl scripts who have spaces in their path/name. And that is correct for Win2k.

                - tye