Help for this page

Select Code to Download


  1. or download this
        '/update' => \&Update,
    
  2. or download this
    sub Update
    {
    ...
        ....
        return qq(<h1>update successful</h1>) # or whatever
    }
    
  3. or download this
        $appeasy->response->code( 404 ); # or whatever
    
  4. or download this
        '/help' => \$help_text,
    
  5. or download this
        '/' => \$default_page,
    
  6. or download this
    
    =pod
    ...
    __PACKAGE__