in reply to Can I get compiled code in Perl like in Java(class file)

ByteCache by Simon Cozens (author of perlcc if i'm not mistaken)

You can rip off a lot of the code and format to suit your needs.

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

  • Comment on Re: Can I get compiled code in Perl like in Java(class file)