Help for this page

Select Code to Download


  1. or download this
    package MyLib;
    use Mojo::Base 'Mojolicious';
    ...
    
    }
    1;
    
  2. or download this
    sub post {
      my $c = shift;
    ...
            $c->stash( stm => $stm, for_abo => $for_abo );
    
    }