home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 May
/
Chip_2000-05_cd1.bin
/
zkuste
/
Perl
/
ActivePerl-5.6.0.613.msi
/
䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥
/
_83d28e56e499c7bbeb375b1e01f0a1ad
< prev
next >
Wrap
Text File
|
2000-03-15
|
643b
|
41 lines
package ByteLoader;
use XSLoader ();
$VERSION = 0.03;
XSLoader::load 'ByteLoader', $VERSION;
# Preloaded methods go here.
1;
__END__
=head1 NAME
ByteLoader - load byte compiled perl code
=head1 SYNOPSIS
use ByteLoader 0.03;
<byte code>
use ByteLoader 0.03;
<byte code>
=head1 DESCRIPTION
This module is used to load byte compiled perl code. 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.
=head1 SEE ALSO
perl(1).
=cut