in reply to Read text from HTML file and display it

So, you mean like this?

use CGI; print CGI::header( "text/html" ), CGI::escapeHTML( $data_from_somewhere );
~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."