|
|
| P is for Practical | |
| PerlMonks |
Re: perl program compilationby eXile (Priest) |
| on Apr 15, 2006 at 14:26 UTC ( #543539=note: print w/ replies, xml ) | Need Help?? |
|
Normally the compiled form isn't dumped to file, perl does the compilation in memory. You can produce a perl bytecode by using B::Bytecode: hi.plc will be an executable, with a first line telling perl how to decode the bytecode (caused by the '-H' option), the rest is a bytecode.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||