David Romero wrote:
<<"EOF";  is the begging of a string
EOF          is the end of a string.

This is used to create a multi line string.

with out this is much more work
print SENDMAIL "From: Tom Christiansen <[EMAIL PROTECTED]>\n";
print SENDMAIL "To: Nathan Torkington <[EMAIL PROTECTED]>\";
--------------------------------------------------------^^
Including debugging. ;-)

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to