At 11:40 AM 11/13/2003 +1100, you wrote:

print "From: me\n";

[...]


print "\n";

To save yourself a little effort in the future, try


print <<"EOF";
From: me

[...]

EOF

Cleans up the code a lot.

;-)

m5x

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html

Reply via email to