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
In reply to Re: printing html and javascript from a cgi doc
by davorg
in thread Printing without escaping quotes
by Baz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |