----- Original Message ----- 
From: "Suresh Govindachar" <[EMAIL PROTECTED]>
To: "'Sisyphus'" <[EMAIL PROTECTED]>; 
<perl-win32-users@listserv.ActiveState.com>
Sent: Thursday, September 06, 2007 12:58 AM
Subject: RE: Error message not showing up from Net::SMTP


>
> Rob,
>
>  You missed the entire context of the original post.
>  The sub auth is INSIDE Net::SMTP;  the code to
>  try was attached below the signature.

But you said that:

-- quote --
  Net::SMTP's sub auth() begins as (perl\site\lib\Net\SMTP.pm):

  sub auth {
    my (\$self, \$username, \$password) = [EMAIL PROTECTED];
-- end quote --

At http://search.cpan.org/src/GBARR/libnet-1.22/Net/SMTP.pm I find:

-- quote --
sub auth {
  my ($self, $username, $password) = @_;
-- end quote --

The code you've quoted will not compile for me on perl 5.8.8. As I've asked 
on perlmonks, which version of Net::SMTP are you using ... and which version 
of perl ?

Cheers,
Rob 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to