Help for this page

Select Code to Download


  1. or download this
    use Module::Load;
    sub get_object
    ...
        load $class;
        return bless $href, $class;
    }
    
  2. or download this
        return $class->new($href);