From: Mattia B. <mb...@ds...> - 2001-06-21 21:25:04
|
> Hello all! > I need to write a perl windowing app. I have to compile it when I am done > into a .exe file . I'd like to use this windowing kit to do so. I also would > like to minimize the size of the executable if possible. How would I do this > using this library? For compiling Perl scripts into executables: use Perl Dev Kit ( from ActiveState ); it's commercial, but a trial version is available for download, if you need to test it http://aspn.activestate.com/ASPN/Downloads/PDK/More there is some _experimental_ support for compilation into native exe in the perl distribution ( see perlcompile ) Now, I didn't use any of the two, so if you are succesful, please report back to the list HTH Mattia |