Perhaps an answer with a bit more information would be helpful. Perl2EXE is still pretty rough. I've played around with it some, and had trouble compiling all but the most simple applications. There seem to be a bunch of modules it doesn't work with, in particular the CGI module.
At the moment, there doesn't seem to be much of a reason to compile Perl scripts, with the possible exception of distributing applications to Windows desktops without installing a full version of Perl.
Compiled support is supposed to be better under 5.6. My experience is all under 5_005.63.
Don't expect much faster run times, or smaller footprints. Even small apps compiled to around 1MB (Perl hauls in a lot of stuff).
Also, you might think about why you really want to compile Perl, and see if there's away around it.
--Chris
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.