Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

XSLoader(3pm)


XSLoader

XSLoader

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

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 the DynaLoader manpage.

AUTHOR

Ilya Zakharevich: extraction from DynaLoader.



XSLoader(3pm)