in reply to using source filter with mod_perl scripts

For any Perl code to be executed, be it source, optree, or bytecode, at some point you can deparse it. It's not worth the trouble.

But I am always intruiged by this kind of request. The major question that pops up is: why do you want to hide your code?

But there's one thing left: And that's very important iff your code is an ugly piece of crap. But if this is the case, again, hiding the code isn't the proper solution...

Juerd # { site => 'juerd.nl', do_not_use => 'spamtrap', perl6_server => 'feather' }

  • Comment on Re: using source filter with mod_perl scripts