On Thu, 7 Feb 2002, 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";
print qq(<p><img border="0" src="BD08906_.gif" width="190" height=156>\n); qq() is the generic form of "". You can also use qq{}, qq##, etc. See the perlop page for more details. -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ There's one fool at least in every married couple. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]