Alle has asked for the wisdom of the Perl Monks concerning the following question:
pp(PAR::Packer) can't pack MongoDB and Inline Module
script1.pl:
#!/usr/bin/perl -w use strict; print "ni hao\n"; pp -o script1.exe script1.pl
pp pack script1.pl to script1.exe work good
script2.pl:
#!/usr/bin/perl -w use strict; use MongoDB; print "ni hao\n"; pp -o script2.exe script2.pl
pp Takes a very long time to pack script2.pl to script2.exe ,and excutable script2.exe failure
andalso pp can't pack Inline module, There are others opinion? thanks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: pp can't pack MongoDB and Inline Module
by Anonymous Monk on Sep 15, 2012 at 07:30 UTC | |
by Alle (Novice) on Sep 17, 2012 at 13:31 UTC | |
by marto (Cardinal) on Sep 17, 2012 at 13:41 UTC | |
by Alle (Novice) on Sep 18, 2012 at 09:09 UTC | |
by marto (Cardinal) on Sep 18, 2012 at 12:32 UTC | |
| |
by Anonymous Monk on Sep 18, 2012 at 10:46 UTC |