in reply to Printing without escaping quotes
There are a couple. Either:
print qq(a target="top" ......... </noscript>);
or
print <<END_HTML; a target="top" ......... </noscript> END_HTML
will both work.
--"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|