ByteLoader - load byte compiled perl code


B-C documentation  | view source Contained in the B-C distribution.

Index


NAME

Top

ByteLoader - load byte compiled perl code

SYNOPSIS

Top

  use ByteLoader 0.08;
  <byte code>

  perl -MByteLoader bytecode_file.plc

  perl -MO=Bytecode,-H,-ofile.plc file.pl
  ./file.plc

DESCRIPTION

Top

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

Top

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. and Reini Urban <rurban@cpan.org> 2008-2011.

SEE ALSO

Top

perl(1).


B-C documentation  | view source Contained in the B-C distribution.