Help for this page

Select Code to Download


  1. or download this
     $my_factory->register_factory_type( my_type => 'My::Impl::Class' );
    
  2. or download this
          eval "require $object_class";
    
  3. or download this
          eval "use $object_class";