Help for this page
use CGI; ... $q->h1('hello world'), $q->end_html; close OUT or "Couldn't close out file: $!";
use CGI; ... $q->h1('hello world'), $q->end_html; open(STDOUT, ">&SAVE");