in reply to How to run scripts without perl interpreter

I've used Perl2exe in a MSWindows commercial environment and found it useful and inexpensive; it is available for other platforms as well. http://www.indigostar.com/perl2exe.htm
  • Comment on Re: How to run scripts without perl interpreter

Replies are listed 'Best First'.
Re: Re: How to run scripts without perl interpreter
by flyingmoose (Priest) on Feb 16, 2004 at 15:05 UTC
    FYI -- PAR works great on Win32 and is free. You can download it via ppm, but it's an old version that does not have the "--gui" option to disable the console for GUI apps (such as Tk). To get the "--gui" option, you will need to use the version of PAR in CPAN, which will probably (if I recall correctly) require MSVC++ to comile the module. I'd look at PAR before paying for something.
Re: Re: How to run scripts without perl interpreter
by Anonymous Monk on Feb 17, 2004 at 04:37 UTC
    Hi,
    Perl2exe works fine on MSWindows English platform,but you will get improper behavior on German platform. But any way PAR & pp are the most beautiful things and works on Multilingual (Win2k English/German) platform.
    Thanks