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