libclass-loader-perl

Module to load modules and create objects on command
  http://search.cpan.org/dist/Class-Loader/
  0
  no reviews



Class::loader is a perl module that provides an inheritable class useful for loading a module and automatically constructing an object. loading this way is beneficial in situations where many modules are available, and one must be appropriately selected at compile time.