From: Eduardo Vázquez Rodríguez <[EMAIL PROTECTED]>
> Hello everybody out there using Perl- Im doing a perl scripts, which
> objective is to parse text.
>
> I am looking for a way of creating a "perl binary", my intention is
> that no one can read the scripts in a human readable way.
You can't.
You can make it unreadable to most, you can make it more or less hard
to others, but you can't do anything to prevent a seasoned Perl
hacker to get to see your code.
You want to go to
http://www.perlmonks.org/index.pl?node=Super%20Search
and search for "hide script source". This has been discussed quite a
few times on PerlMonks.
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>