start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: dl_find_symbol Chapter 8
Standard Modules
Next: Reference: dl_load_file
 

dl_install_xsub

dl_install_xsub (

perl_name

, 

symref

[, 

filename

])

Creates a new Perl external subroutine. Takes the following arguments:

perl_name

Name of the new subroutine.

symref

Pointer to the function that implements the routine.

filename

The source file for the function. If not defined, DynaLoader is used.


Previous: Reference: dl_find_symbol Perl in a Nutshell Next: Reference: dl_load_file
Reference: dl_find_symbol Book Index Reference: dl_load_file