Help for this page

Select Code to Download


  1. or download this
    use CGI::Simple;
    my $q = new CGI::Simple;
    ...
    ...
    print $q->header(-charset=>'utf8', -expires=>'+10m');
    warn $q->header(-charset=>'utf8', -expires=>'+10m');
    
  2. or download this
    $q->header(-charset=>'utf8', -expires=>'+10m');