ByteLoader(3) Perl Programmers Reference Guide ByteLoader(3) NAME ByteLoader - load(7,n) byte compiled perl code SYNOPSIS use ByteLoader 0.04; <byte code> or just perl -MByteLoader bytecode_file DESCRIPTION This module is used to load(7,n) byte compiled perl code as produced by "perl -MO=Bytecode=...". It uses the source filter(1,3x,3x curs_util) mechanism to read(2,n,1 builtins) 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). perl v5.8.5 2001-09-21 ByteLoader(3)