in reply to Rot13 Source Jumbling

if you want to obfuscate your code, why not use the tried and true obfucation method and pack up your source code doing something like:
my $retval = pack("H*", $perlscript);

Then, to you execute it, unpack it then eval it.

If you wanted to be really tricky you could create a cool serial number routine and embed it in your packed code...

Replies are listed 'Best First'.
Re: Re: Rot13 Source Jumbling
by Anonymous Monk on Dec 08, 2002 at 08:07 UTC
    Hi Ryzard

    This sounds very interesting but Im unable to follow exactly how you mean, could you give an extremely short example?

    Thank you