Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    
    ...
    html content here
    </html>
    END
    
  2. or download this
        use CGI qw/:standard/;
        use CGI::Cookie;
    ...
                                             size => 12 } 
                                   );
        print header(-cookie=>[$cookie1,$cookie2]);
    
  3. or download this
    my $c = new CGI::Cookie(-name=>'Something');
    $c->bake;