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