Re: Obfuscating mod_perl code

ioneabu_at_yahoo.com
Date: 02/01/05

  • Next message: Ilya Zakharevich: "URI::URL query vs equery"
    Date: 31 Jan 2005 22:52:44 -0800
    
    

    Just put all of your secret code in modules and keep them out of the
    path that might be exposed to the web. Are you afraid that maybe the
    root user of a server that you do not own might steal your ideas? You
    could wait for Perl6 where you can compile your code to byte code which
    will be harder to read. Or, just re-use other people's publicly
    available code in modules so you don't have anything to be stolen.

    Just be happy you are not writing complex, valuable javascript. You
    really can't hide it at all.

    wana


  • Next message: Ilya Zakharevich: "URI::URL query vs equery"