http://qs321.pair.com?node_id=266292


in reply to Re: Re: Small Problem with running Perl Scripts in Windows
in thread Small Problem with running Perl Scripts in Windows

You should be able to follow the directions given in the comments for -Mouse. Go to a command prompt and type:
assoc .pl=Perl ftype Perl=perl -Mouse "%1" %*

Replies are listed 'Best First'.
Re: Re: Re: Re: Small Problem with running Perl Scripts in Windows
by Anonymous Monk on Sep 09, 2003 at 23:49 UTC
    ActivePerl documentation recommends that you provide an absolute path to perl.exe even if it is defined in %PATH%. By the way, their example for Windows 98 does not work since they omitted the quotation marks around the input argument list. I use "%1 %*" and it works fine.