2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <title>ByteLoader - load byte compiled perl code
</title>
6 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
7 <link rev=
"made" href=
"mailto:" />
10 <body style=
"background-color: white">
11 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
12 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
13 <big><strong><span class=
"block"> ByteLoader - load byte compiled perl code
</span></strong></big>
17 <p><a name=
"__index__"></a></p>
22 <li><a href=
"#name">NAME
</a></li>
23 <li><a href=
"#synopsis">SYNOPSIS
</a></li>
24 <li><a href=
"#description">DESCRIPTION
</a></li>
25 <li><a href=
"#author">AUTHOR
</a></li>
26 <li><a href=
"#see_also">SEE ALSO
</a></li>
33 <h1><a name=
"name">NAME
</a></h1>
34 <p>ByteLoader - load byte compiled perl code
</p>
38 <h1><a name=
"synopsis">SYNOPSIS
</a></h1>
41 <byte code
></pre>
45 perl -MByteLoader bytecode_file
</pre>
49 <h1><a name=
"description">DESCRIPTION
</a></h1>
50 <p>This module is used to load byte compiled perl code as produced by
51 <code>perl -MO=Bytecode=...
</code>. It uses the source filter mechanism to read
52 the byte code and insert it into the compiled code at the appropriate point.
</p>
56 <h1><a name=
"author">AUTHOR
</a></h1>
57 <p>Tom Hughes
<<a href=
"mailto:tom@compton.nu">tom@compton.nu
</a>> based on the ideas of Tim Bunce and others.
58 Many changes by Enache Adrian
<<a href=
"mailto:enache@rdslink.ro">enache@rdslink.ro
</a>> 2003 a.d.
</p>
62 <h1><a name=
"see_also">SEE ALSO
</a></h1>
64 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
65 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
66 <big><strong><span class=
"block"> ByteLoader - load byte compiled perl code
</span></strong></big>