open (PAGE, "$file"); @HTML = ; close (PAGE); print < PART1 use CGI qw(:standard); print escapeHTML(join '', @HTML); print < PART2