Two different ways.  Use the qq operator or escape the quotes.

print qq[<p><img border="0" src="BD08906_.gif" width="190" height=156>\n];
print "<p><img border=\"0\" src=\"BD08906_.gif\" width=\"190\"
height=156>\n";

Rob

-----Original Message-----
From: Mike Smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 2:02 PM
To: [EMAIL PROTECTED]
Subject: multiple quotes


How do I get this to work? (too many quotes)

print "<p><img border="0" src="BD08906_.gif" width="190" height=156>\n";

Mike Smith




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

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

Reply via email to