Hello,

Having some issues with cgi.pm

Here is my PERL:

#######################
# Start HTML OUT
#######################
print header;
print start_html( -title => $title );
print qq|<meta http-equiv="Pragma" content="no-cache">\n|;


and here is the output: 


<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; lang="en-US" 
xml:lang="en-US"><head><title>Jake&#39;s Guestbook entries  0 - 10</title>
</head><body><meta http-equiv="Pragma" content="no-cache">


How do I move the Pragam inside the <head> and it also  looks like I have two doctype 
definitions.
Thanks for any suggestions.


Dave Gilden

PS:  For something to listen while you code check out the BBC's Radio 3.
Andy Kershaw treks across Mali to a desert music festival and back to Bamako, Mali. 
<http://www.bbc.co.uk/radio3/world/desert.shtml>
Visit this page for CDs of some of the artists mentioned in this radio show:
<http://www.coraconnection.com/pages/other_cds.html>
---
   


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to