Help for this page

Select Code to Download


  1. or download this
    sub plugin {
      my $self = shift;
      my $name = shift;
      return $self->new('*' => $self->name_to_page($name));
    }
    
  2. or download this
    [% INCLUDE subpage.tt self=self.plugin("subpage") other=parms go=here 
    +%]