Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: dl_findfileChapter 8
Standard Modules
Next: Reference: dl_install_xsub
 

dl_find_symbol

dl_find_symbol (libref, symbol)

Looks in libref for the address of symbol symbol. Returns the address, or undef if not found.


Previous: Reference: dl_findfilePerl in a NutshellNext: Reference: dl_install_xsub
Reference: dl_findfileBook IndexReference: dl_install_xsub