Perl to exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JulsSmile
    New Member
    • May 2012
    • 25

    Perl to exe

    How to convert Perl script into an executable?
    I need to do this in three different ways for my scientific work)
    Regards
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    Here are 2 options
    indigostar.com perl2exe
    Perl's own PAR::Packer

    Comment

    • Nortroms
      New Member
      • Jul 2012
      • 12

      #3
      That should work! You can use different packers to package Perl in an executable file.

      Comment

      • OldStory
        New Member
        • Aug 2012
        • 23

        #4
        And here is the third way - BoxedApp Packer
        Interestingly, can you do this with WinRAR?

        Comment

        • JulsSmile
          New Member
          • May 2012
          • 25

          #5
          Great! There are all three ways to convert Perl script into exe)

          Comment

          • Riya Bajpai
            New Member
            • Feb 2023
            • 18

            #6
            Perl2Exe is a command line program for converting Perl script files into executable files (exe format). You can generate executable files for Windows and UNIX target hosts. The standalone application created will work even if you do not have Perl installed. You can also create GUI programs using modules such as Gtk2 and Tkx.

            Comment

            Working...