Install Perl 5.8.8
[msysgit.git] / mingw / html / ext / ByteLoader / ByteLoader.html
blob06e25d24e9eab066e1a9e8b80984140494debcd5
1 <?xml version="1.0" ?>
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">
4 <head>
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:" />
8 </head>
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">&nbsp;ByteLoader - load byte compiled perl code</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
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>
27 </ul>
28 <!-- INDEX END -->
30 <hr />
31 <p>
32 </p>
33 <h1><a name="name">NAME</a></h1>
34 <p>ByteLoader - load byte compiled perl code</p>
35 <p>
36 </p>
37 <hr />
38 <h1><a name="synopsis">SYNOPSIS</a></h1>
39 <pre>
40 use ByteLoader 0.06;
41 &lt;byte code&gt;</pre>
42 <pre>
43 or just</pre>
44 <pre>
45 perl -MByteLoader bytecode_file</pre>
46 <p>
47 </p>
48 <hr />
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>
53 <p>
54 </p>
55 <hr />
56 <h1><a name="author">AUTHOR</a></h1>
57 <p>Tom Hughes &lt;<a href="mailto:tom@compton.nu">tom@compton.nu</a>&gt; based on the ideas of Tim Bunce and others.
58 Many changes by Enache Adrian &lt;<a href="mailto:enache@rdslink.ro">enache@rdslink.ro</a>&gt; 2003 a.d.</p>
59 <p>
60 </p>
61 <hr />
62 <h1><a name="see_also">SEE ALSO</a></h1>
63 <p>perl(1).</p>
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">&nbsp;ByteLoader - load byte compiled perl code</span></strong></big>
67 </td></tr>
68 </table>
70 </body>
72 </html>