Help for this page

Select Code to Download


  1. or download this
    my $r = Apache->request;
    
    ...
        path => '/', 
        expires => '+8h',
    )->bake;
    
  2. or download this
    my $cookie = Apache::Cookie->fetch;
    
    ...
    print "<h3>name = $name</h3>\n";
    print "<h3>value = $value</h3>\n";