liuxu wrote:

> I want to send mail using perl,the following is my code.
> There are not any error or warning when the program run.
> But i can not receive the mail. Please help me ! thanks!
>
> use Net::SMTP;

Are you asking for strict compilation or warnings?  That is really the first
step:

use strict;
use warnings;

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to