Oh man I am dumb. Thank goodness my gf was here to point out my dumbitity
It is Net::SMTP->new
Not
Net::SMTP::New
I totally missed that part in your changes.
-Original Message-
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 7:37 PM
To: Raymond Forbes
Cc
Raymond Forbes wrote:
> I get the exact same error message. I am guessing my perl install is
> fluxored up or I have some configuration off.
Did you fix mailhost and from ?
Try it with debug - see below.
> -Original Message-
> From: $Bill Luebkert [mailto:[EMAIL PROTECTED]
> Sent: Thu
I get the exact same error message. I am guessing my perl install is
fluxored up or I have some configuration off.
-Original Message-
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 4:40 PM
To: Raymond Forbes
Cc: [EMAIL PROTECTED]
Subject: Re: Net::SMTP
Raym
Raymond Forbes wrote:
> Ok, dumb question. I am using Perl 5.8 and I am using the latest Visual
> Perl. I am trying to do a very basic Net::SMTP script and it is failing
> with “bad file descriptor”. I am sure I am missing something obvious I
> just can’t see it! My code below.
Try:
use stri
bruce wrote:
> hi...
>
> need to know if there's a quick regex to remove everything after a given
> character.
>
> ie
> $foo = http://ww.rr.bb/cat/dog/index.html
> or
> $foo = http://ww.rr.bb/cat/dog/ball/abc.html
>
> i'd like to know how to remove everything after the last "/"...
>
> thanks f
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
bruce
Sent: Thursday, June 10, 2004 6:03 PM
To: [EMAIL PROTECTED]
Subject: a regex to remove characters...
hi...
need to know if there's a quick regex to remove everything after a given
character.
ie
$foo =
Ok, dumb question. I am using Perl 5.8 and I am using the
latest Visual Perl. I am trying to do a very basic Net::SMTP script and it is
failing with “bad file descriptor”. I am sure I am missing
something obvious I just can’t see it! My code below.
use strict;
use Net::SMT