Jump to content

Compiling Perl


sc0rpi0

Recommended Posts

  • 1 year later...
  • 1 month later...

The perl executable itself (the interpreter) is available precompiled from http://strawberryperl.com/. Avoid other precompiled Versions since most of them become a pain as soon as you want to compile your own CPAN modules.

Perl scripts - programs you write in the Perl language - can not be compiled like C or C++ programs, Perl is not meant for that. But you can package the script, dependent modules and the perl.exe into a single .exe file which will mostly behave like a stand alone executable. You can do that using the PAR::Packer module. Doing this however does not give you any performance improvement and startup times can be quite long.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...