Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How do I compile my script so that it becomes a standalone executable?

by Sniper (Scribe)
on Jun 15, 2001 at 03:20 UTC ( #88666=note: print w/replies, xml ) Need Help??


in reply to How do I compile my script so that it becomes a standalone executable?

ActiveState's Perl Dev Kit (PDK) includes a tool called PerlApp, which lets you:

"Deploy Perl programs to any platform with its cross-platform wrapping. Deliver code as executables, Windows Services, ActiveX components, .NET assemblies.... Create MSI files..."
It also supports remote debugging.

Note that PerlApp does not "compile" your script. It encrypts it and wraps it in an .exe file, along with any modules used. When you run the .exe, it uncompresses the contained sources, and then runs the perl interpreter.

  • Comment on Re: How do I compile my script so that it becomes a standalone executable?

Replies are listed 'Best First'.
Re: Answer: How do I compile my script so that it becomes a standalone executable?
by WrongWay (Pilgrim) on Jun 15, 2001 at 08:01 UTC

    Log In?
    Username:
    Password:

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

    How do I use this? | Other CB clients
    Other Users?
    Others wandering the Monastery: (4)
    As of 2023-03-23 07:05 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?
      Which type of climate do you prefer to live in?






      Results (60 votes). Check out past polls.

      Notices?