Help for this page

Select Code to Download


  1. or download this
    sub create :Local{
       my ( $self, $c ) = @_;
    ...
    
          return $c->stash->{template} = 'nation/create.tt2';
    }
    
  2. or download this
    package Game::DB::ResultSet::Nation;
    use strict;
    ...
    }
    
    1;