Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- Perl and the Browser


perl_diver - 2:32 am on Apr 23, 2007 (gmt 0)


all you have to do is wrap the data in some html code:

print qq~Content-type: text/html\n\n
<head>
<body>
your data here
</body>
</html>
~;


Thread source:: http://www.webmasterworld.com/perl/3318467.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com