|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /installd/perl588installer/perl-5.8.8/lib/ |
Upload File : |
package ByteLoader; use XSLoader (); our $VERSION = '0.06'; XSLoader::load 'ByteLoader', $VERSION; 1; __END__ =head1 NAME ByteLoader - load byte compiled perl code =head1 SYNOPSIS use ByteLoader 0.06; <byte code> or just perl -MByteLoader bytecode_file =head1 DESCRIPTION This module is used to load byte compiled perl code as produced by C<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. =head1 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. =head1 SEE ALSO perl(1). =cut