Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

perl question



I've got this Perl code

   print qq~
<$dtd>
<html>

<head>
blah blah
</html>
~;


Now I understand what this does, it just spits out (in this case) html tags
to stdout. What I don't understand is why.

The Camel book gives example of here documents using this format
print <<EOF
blah blah
EOF;

Is this qq thing something new???

Thanx
Brett



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links