From: "Octavian Rasnita" <[EMAIL PROTECTED]> > The programs made by IndigoStar or ActiveState don't compile the perl > program into executables, but they create a .exe file that contains > the perl program and the perl interpreter. This kind of programs > usually unpack the files it contains into a temp folder and run the > perl program from there using the perl interpreter that was also > unpacked.
Well, yes and no. The only stuff that's written to the disk is the DLLs of perl and the modules. (At least in the case of PerlApp, I do believe Perl2exe works the same.) The Perl sources of the modules and your script are not unpacked to disk, they stay just in the memory. > Well, the source is not hidden at all. It is. But it's not and cannot be perfect. So if someone is determined and skilled enough he can get at the sources. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>