Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

ByteLoader(3pm)


ByteLoader

ByteLoader

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

NAME

ByteLoader − load byte compiled perl code

SYNOPSIS

  use ByteLoader 0.04;
  <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).



ByteLoader(3pm)