Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: PerlApp binary size

by pKai (Priest)
on Jan 05, 2006 at 21:25 UTC ( [id://521355]=note: print w/replies, xml ) Need Help??


in reply to PerlApp binary size

I'm using perlapp (and even more perlsvc) from AS PDK all the time at work.

A simple "Hello world!" (standalone program) will compile to short under 800K, since the exe will contain the perl interpreter in the form of the perl58.dll.

You can add (use) alot of pure perl modules in your program and the size of the resulting exe will not increase a lot (of about the size of the pm(s) these modules consist of).

The real increase comes when you include (a lot) of modules using compiled C code, i.e. attaching a module dll to your app.

You will quite easily break the 2MB with those (modules of the Win32 namespace are likely candidates to add most of the volume to your exe.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://521355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found