Help for this page

Select Code to Download


  1. or download this
    Invalid header value contains a newline not followed by whitespace: 
    status: 302 found
    location: http://localhost/
    
  2. or download this
        my $set_username = $q->cookie(
          -name => "user_name",
    ...
        print $q->header( -cookie => [ $set_session, $set_username ],
    $q->redirect("http://localhost/"));