Query: paranoid::module
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Paranoid::Module(3pm) User Contributed Perl Documentation Paranoid::Module(3pm)NAMEParanoid::Module -- Paranoid Module Loading RoutinesVERSION$Id: Module.pm,v 0.82 2011/12/20 02:59:37 acorliss Exp $SYNOPSISuse Paranoid::Module; $rv = loadModule($module, qw(:all));DESCRIPTIONThis provides a single function that allows you to do dynamic loading of modules at runtime, along with importation of the exported symbol table. Specific functions and/or tag sets can be declared, just as you would in a normal use or import statement.SUBROUTINES/METHODS loadModule $rv = loadModule($module, qw(:all)); Accepts a module name and an optional list of arguments to use with the import function. Returns a true or false depending whether the require was successful.DEPENDENCIESo Paranoid o Paranoid::DebugBUGS AND LIMITATIONSThe loadModule cannot be used to require external files, it can only be used to load modules in the existing library path. In addition, while we track what symbol sets (if any) were imported to the caller's name space the return value doesn't reflect the value of the import method. This is intentional because not every module out there offers a properly coded import function or inherits it from Exporter(3)). The return value from import is ignored.AUTHORArthur Corliss (corliss@digitalmages.com)LICENSE AND COPYRIGHTThis software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information. (c) 2005, Arthur Corliss (corliss@digitalmages.com) perl v5.14.2 2011-12-20 Paranoid::Module(3pm)
Related Man Pages |
---|
paranoid(3pm) - debian |
paranoid::lockfile(3pm) - debian |
paranoid::log(3pm) - debian |
paranoid::log::email(3pm) - debian |
paranoid::process(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Paranoid about hackers |
Importing dump file |
Procmail Module Library 2008.1108 (Default branch) |
how to create custom modules in perl and how to import all modules with single command? |