1ByteLoader(3pm)        Perl Programmers Reference Guide        ByteLoader(3pm)
2
3
4

NAME

6       ByteLoader - load byte compiled perl code
7

SYNOPSIS

9         use ByteLoader 0.06;
10         <byte code>
11
12         or just
13
14         perl -MByteLoader bytecode_file
15

DESCRIPTION

17       This module is used to load byte compiled perl code as produced by
18       "perl -MO=Bytecode=...". It uses the source filter mechanism to read
19       the byte code and insert it into the compiled code at the appropriate
20       point.
21

AUTHOR

23       Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others.
24       Many changes by Enache Adrian <enache@rdslink.ro> 2003 a.d.
25

SEE ALSO

27       perl(1).
28
29
30
31perl v5.8.8                       2001-09-21                   ByteLoader(3pm)
Impressum