- or download this
$ cat mystrict.pl
#!/usr/bin/perl --
...
PAR::Packer: 1.001
$
- or download this
$ pp -c -I lib mystrict.pl
Different modules for file 'strict.pm' were found.
-> Using 'C:/perl/5.10.1/lib/strict.pm'.
-> Ignoring 'C:/temp/lib/strict.pm'.
- or download this
$ pp -o mystrict.exe -I lib mystrict.pl
$ mystrict.exe
/loader/HASH(0xa942d4)/strict.pm at script/mystrict.pl line 4.
666 at script/mystrict.pl line 5.
- or download this
$ perl -Ilib -Mstrict -S pp -c -I lib mystrict.pl
Different modules for file 'strict.pm' were found.
-> Using 'C:/perl/5.10.1/lib/strict.pm'.
-> Ignoring 'C:/temp/lib/strict.pm'.