ciccio4242 wrote:
Hi,
See my interspersed print statement below.

Read up on HTTP Headers how apache/mod_perl deals with them and why static files are different.

#!/usr/bin/perl
print "Content-Type: text/html\n\n";
print "\n";
print "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n\n";
print "<html>\n";
print "<head>\n";
print "    <meta content=\"text/html; charset=ISO-8859-1\" 
http-equiv=\"content-type\">\n";
print"</head>\n";
print "<body>\n";
print "HELLO!!!!\n";
print "</body>\n";
print "</html>\n";

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Reply via email to