Manpages

Manpage of XSLoader

XSLoader

Section: Perl Programmers Reference Guide (3perl)
Updated: 2001-03-03
Index
Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

This document was created by man2html, using the manual pages.
Time: 10:45:29 GMT, March 28, 2024