On Thu, 2002-02-07 at 14:01, Mike Smith wrote:
> 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

try qq (see perldoc perlop)

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


-- 
Today is Pungenday the 38th day of Chaos in the YOLD 3168
Kallisti!

Missle Address: 33:48:3.521N  84:23:34.786W


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

Reply via email to