The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paranoid::Module -- Paranoid Module Loading Routines

MODULE VERSION

$Id: Module.pm,v 0.1 2008/01/23 06:48:43 acorliss Exp $

SYNOPSIS

  use Paranoid::Module;

  $rv = loadModule($module, qw(:all));

REQUIREMENTS

Paranoid

Paranoid::Debug

DESCRIPTION

This provides a single function that allows you to do dynamic loading of modules at runtime.

FUNCTIONS

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. We do not currently track the return value of the import function.

HISTORY

None as of yet.

AUTHOR/COPYRIGHT

(c) 2005 Arthur Corliss (corliss@digitalmages.com)