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
