dl_install_xsub (perl_name, symref[, filename])
perl_name
symref
filename
Creates a new Perl external subroutine. Takes the following arguments:
Name of the new subroutine.
Pointer to the function that implements the routine.
The source file for the function. If not defined, DynaLoader is used.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]