Help for this page

Select Code to Download


  1. or download this
    $ cat mystrict.pl
    #!/usr/bin/perl --
    ...
    PAR::Packer: 1.001
    
    $
    
  2. 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'.
    
  3. 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.
    
  4. 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'.