DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

XSLoader(3)





NAME

       XSLoader - Dynamically load C libraries into Perl code


SYNOPSIS

           package YourPackage;
           use XSLoader;

           XSLoader::load 'YourPackage', @args;


DESCRIPTION

       This module defines a standard simplified interface to the dynamic
       linking mechanisms available on many platforms.  Its primary purpose is
       to implement cheap automatic dynamic loading of Perl modules.

       For more complicated interface see DynaLoader.


AUTHOR

       Ilya Zakharevich: extraction from DynaLoader.

perl v5.8.0                       2002-06-01                       XSLoader(3)

Man(1) output converted with man2html