Help for this page

Select Code to Download


  1. or download this
    print $cgi->header( -expires => 0, -nph => 1, -type => 'text/html' );
    
  2. or download this
    print "Expires: 0\n";                # Expire immediately
    print "Pragma: no-cache\n";          # Work as NPH
    print "Content-type: text/html\n\n"; # <- mentioned as context