- 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
- or download this
#!/usr/bin/perl -w
# w32_mkcons.pl - Create a console version of the running PAR exe.
...
}
__END__
- or download this
# par_wrap.pl
# This file is a merging of the stub scripts in PAR::Packer
...
PAR::_run_member($member, 1);
__END__