Help for this page

Select Code to Download


  1. or download this
    Caught exception in tutorial::Controller::Users->logon "Can't locate o
    +bject method "login" via package "tutorial" at /home/bric1/tutorial/s
    +cript/../lib/tutorial/Controller/Users.pm line 24."
    
  2. or download this
    use Catalyst qw/-Debug Static::Simple Authentication 
                    Authentication::Store::Minimal 
                    Authentication::Credential::Password/;
    
  3. or download this
    sub login : Local {
         my ($self, $c) = @_;
    ...
             $c->stash->{message} = "Welcome " . $c->user->id;
         }
     }