in reply to Re: using a Perl script in Windows without installing perl
in thread using a Perl script in Windows without installing perl

Thanks much, it seemed to work out-of-the-box for a simple test script.

However, there is one problem: I am used to

#!/usr/bin/perl -s

This means that options specified as -a -b=1 are directly used in the script as $a and $b. After packaging with pp, though, the options are not recognized anymore. Do you know if there is a solution which can still keep these options?

Replies are listed 'Best First'.
Re^3: using a Perl script in Windows without installing perl
by marto (Cardinal) on Dec 17, 2012 at 17:00 UTC