The following module was proposed for inclusion in the Module List:

  modid:       Class::Loader
  DSLI:        bdpO
  description: Load modules & construct objects on demand.
  userid:      VIPUL (Vipul Ved Prakash)
  chapterid:    6 (Data_Type_Utilities)
  communities:

  similar:

  rationale:

    Class::Loader provides a method to load (require) a class and
    construct an object of that class on demand.

    Certain applications (like Crypt::RSA) defer the decision to use a
    particular class till runtime. All such applications have similar
    looking code that evals a require and a method call to construct an
    object. Class::Loader encapsulates this functionality in an
    inheritable module. It also provides a way to store name to
    class/constructor/constructor_params mappings to allow creation of
    objects using a mapped name.

  enteredby:   VIPUL (Vipul Ved Prakash)
  enteredon:   Wed Apr 18 03:23:33 2001 GMT

The resulting entry would be:

Class::
::Loader          bdpO Load modules & construct objects on demand.  VIPUL


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
http://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=e0000000_9198bfa21a08de3c&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
http://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=e0000000_9198bfa21a08de3c&SUBMIT_pause99_add_mod_insertit=1

Reply via email to