Help for this page

Select Code to Download


  1. or download this
      my ($class, $whatever) = @_;
      my %params = (); # new params to use instead of parent's params
    ...
         $this->{$k} = $v;
      }
      bless($this, $class); # re-bless into the current package