Help for this page

Select Code to Download


  1. or download this
      my($class, $mw) = @_;
      $class->SUPER::ClassInit($mw);
      my($self, $args) = @_;
      $self->SUPER::Populate($args);
    
  2. or download this
      my($class, @mw) = @_;
      $class->SUPER::ClassInit(@mw);
      my($self, @args) = @_;
      $self->SUPER::Populate(@args);