Help for this page

Select Code to Download


  1. or download this
    #(in /users/login)
    $c->stash->{usern} = $user;
    $c->forward('/guestbook/record');
    
  2. or download this
    $c->res->redirect('http://localhost:3000/guestbook/record');