Help for this page

Select Code to Download


  1. or download this
    81:       sub bake {
    82:      my ($c, $r) = @_;
    83:      $r->err_headers_out->add("Set-Cookie", $c->as_string);
    84:      }
    
  2. or download this
    <%init>
    use Apache2::Const -compile => qw(REDIRECT);
    ...
    
    <% $url %>
    login_submit.html: 65 lines, 1088 characters.