in reply to perl compiling not working
perlcc is no longer distributed with perl as of version 5.10, and in my understanding never worked particularly well in the first place. Depending on what you are trying to do, you may have more success using pp from the PAR distribution. Note that pp doesn't actually compile perl to machine code like perlcc does -- it just packs the perl interpreter with your script and all of its modules to create a stand-alone binary.
|
|---|