|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^4: quotes in Perlby jZed (Prior) |
| on Oct 21, 2004 at 02:35 UTC ( #401040=note: print w/ replies, xml ) | Need Help?? |
|
The other thing you need to mention is that HERE-DOCS won't interpolate if single quotes are used so print <<'EOT' won't interpolate variables in the HERE-DOC, but print <<"EOT" will.
In Section
Tutorials
|
|
||||||||||||||||||||||