Andre Chaves Mascarenhas wrote:
> 
> Hi

Hello,

> I'm having a hard time commecting to an smtp server when i sed the
> "Subject: any\n\n"; it replyes with an web page address saiing that
> i'm triing to send a "bare LF" well so can anybody tell me what is
> the code for <CR><LF> is it chr(10)chr(13) ?
> or "\c\l"?

my $CRLF = "\015\012";



John
-- 
use Perl;
program
fulfillment

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

Reply via email to