athanasia has asked for the wisdom of the Perl Monks concerning the following question:
and the command that I use for compilation isuse threads; use threads::shared; use Time::HiRes; use Tk; use Cwd; use Tk::Icon; use Tk::TopLevel; use utf8; use Win32; use Win32::TieRegistry; use Win32::OLE('in'); use Win32::OLE qw(EVENTS); use Win32::FileOp qw(ShellExecute); use Net::UPnP::ControlPoint; use Net::Telnet; use LWP::Simple; use POSIX(":sys_wait_h"); use constant wbemFlagReturnImmediately => 0x10; use constant wbemFlagForwardOnly => 0x20; require "myhelpscript.pl";
Can a more experienced monk point out some methods to decrease the unpack time or suggest any other solution around this problem?pp -v -l C:\Perl\lib -l C:\Perl\site\lib -a C:\Perl\eg\myhelpscript.pl + --gui -i C:\Perl\eg\images\logo.ico -o myscript.exe myscript.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Decrease startup time of perl executable in Windows
by hominid (Priest) on Nov 17, 2008 at 16:53 UTC | |
by SuicideJunkie (Vicar) on Nov 17, 2008 at 17:56 UTC | |
by athanasia (Pilgrim) on Nov 18, 2008 at 08:30 UTC | |
|
Re: Decrease startup time of perl executable in Windows
by MidLifeXis (Monsignor) on Nov 17, 2008 at 17:05 UTC |