devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Perl Source Code Warehouse" project. The intent of this project is to help you "Learn Perl by Example" TM.

Other links

The source code

package ByteLoader;

use XSLoader ();

our $VERSION = '0.05';

XSLoader::load 'ByteLoader', $VERSION;

1;
__END__

=head1 NAME

ByteLoader - load byte compiled perl code

=head1 SYNOPSIS

  use ByteLoader 0.04;
  

  or just

  perl -MByteLoader bytecode_file

=head1 DESCRIPTION

This module is used to load byte compiled perl code as produced by
C. 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  based on the ideas of Tim Bunce and others.
Many changes by Enache Adrian  2003 a.d.

=head1 SEE ALSO

perl(1).

=cut




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com