ext::ByteLoader::PerlLProgrammers ext::ByteLoader::ByteLoader(3p)
ByteLoader - load byte compiled perl code
use ByteLoader 0.06; <byte code> or just perl -MByteLoader bytecode_file
This module is used to load byte compiled perl code as pro- duced by "perl -MO=Bytecode=...". It uses the source filter mechanism to read the byte code and insert it into the com- piled code at the appropriate point.
Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others. Many changes by Enache Adrian <enache@rdslink.ro> 2003 a.d.
perl(1). perl v5.8.8 2005-02-05 1