Posts Tagged ‘autouse’

autouse – postpone load of modules until a function is used
USAGE
use autouse ’Carp’ => qw(carp croak);
carp “this carp was predeclared and autoused “;

DESCRIPTION
If the module “Module” is already loaded, then [...]

Wednesday, August 26th, 2009 at 02:10 | Comments Off
Categories: A
Tags: ,
TOP