Help for this page

Select Code to Download


  1. or download this
     my $header = $cgi->header( -type => 'text/html',
                                -cookie => $cookie );
     warn "Header sent to client:\n<<$header>>\n";
     print $header;