Help for this page
print <<END; // JavaScript goes here // ...in large quantities. END # Perl continues here
print qq~ // JavaScript goes here // ...as long as there's no tildes (which end it) ~; # Perl continues here