in reply to Disable cache of Perl web pages
print $cgi->header(-expires => 'now', -Cache_control => 'no-cache', -Pragma => 'no-cache'); [download]