Help for this page

Select Code to Download


  1. or download this
    package My::Template::Service;
    use base qw/Template::Service::Apache/;
    ...
        if $self->can("custom_params");
      return $params;
    }
    
  2. or download this
    package MedBanner::Account::CRUD;
    use base qw/My::Template::Service/;
    ...
    
      ## ...
    }