byteloader(3) - Linux man page
Name
ByteLoader - load byte compiled perl code
Synopsis
use ByteLoader 0.06; <byte code> or just perl -MByteLoader bytecode_file
Description
This module is used to load byte compiled perl code as produced by "perl -MO=Bytecode=...". It uses the source filter mechanism to read the byte code and insert it into the compiled code at the appropriate point.
Author
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.
See Also
perl(1).