Perl2Exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthikeyanck
    New Member
    • Oct 2007
    • 23

    Perl2Exe

    Could anyone please tell me how to convert a perl script to an executable file so that it can be used on a Win32 platform...

    I'm using an ubuntu machine....... Perl 5.8

    I 've already used pp and perlcc but they wouldn't execute on a Win32 machine

    When perl2exe was used it exited with error saying dll was not found.....

    I would appreciate if anybody would brief me on what i could do on this ?
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by karthikeyanck
    Could anyone please tell me how to convert a perl script to an executable file so that it can be used on a Win32 platform...

    I'm using an ubuntu machine....... Perl 5.8

    I 've already used pp and perlcc but they wouldn't execute on a Win32 machine

    When perl2exe was used it exited with error saying dll was not found.....

    I would appreciate if anybody would brief me on what i could do on this ?
    I think perl2exe dosent have one for ubuntu flavour.

    If you want to run a perl script on windows you can install perl on windows(Active state provides this).

    Thanks
    Raghuram

    Comment

    Working...