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