Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

draco_iii

by draco_iii (Acolyte)
on Jun 08, 2000 at 20:41 UTC ( [id://17120]=user: print w/replies, xml ) Need Help??

print "Content-type: text/html\n\n"; open(MAIL, "|/usr/sbin/sendmail -oi -t") or die print "Can't open se +ndmail: $!"; print MAIL "To: Recipient name <franklinsmith\@alltel.net>\r\n"; + print MAIL "From: Your name <support\@onlinepay.virtualave.net\r\n"; print MAIL "Subject: Mailing with Perl\r\n"; print MAIL "\r\nthis is easy.\r\n\r\n.\r\n"; close(MAIL); print "Message Sent";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-19 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found