On 8/20/07, Ephraim Dan <[EMAIL PROTECTED]> wrote: > You'll have to ask yourself why you want to do this. If it's for speed, you > should look into things like mod_perl, or doing some profiling and writing > the really critical parts in C via XS/Inline/etc. If it's for "security" > (code obfuscation) then you're getting into a hotly debated religious war - > it's really not possible, and you'll be sorry you asked. > > In any case, see here: > > http://perlmonks.org/?node_id=5521
and if it is for easy distribution then look at http://search.cpan.org/dist/PAR Gabor _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
