Help for this page

Select Code to Download


  1. or download this
    C:\>pp --gui -c par_wrap.pl -a w32_exetype.pl -a w32_mkcons.pl -a main
    +.pl -a other_thing.pl
    
  2. or download this
    #!/usr/bin/perl -w
    # w32_mkcons.pl - Create a console version of the running PAR exe.
    ...
    }   
    
    __END__
    
  3. or download this
    # par_wrap.pl
    # This file is a merging of the stub scripts in PAR::Packer
    ...
    
    PAR::_run_member($member, 1);
    __END__