in reply to Re: Net::POP3 and Mail::POP3Client Weirdness - argh!
in thread Net::POP3 and Mail::POP3Client Weirdness - argh!

using any of the above examples where the Connect() is called gives me an Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/Mail/POP3Client.pm line 425 error. Have downloaded and am using the latest from CPAN. HELP Please...
  • Comment on Re: Re: Net::POP3 and Mail::POP3Client Weirdness - argh!

Replies are listed 'Best First'.
Re: Re: Re: Net::POP3 and Mail::POP3Client Weirdness - argh!
by Mr. Muskrat (Canon) on Jul 14, 2003 at 16:43 UTC

    What version of Mail::POP3Client do you have?
    On Windows: perl -le "eval \"require $ARGV[0]\" and print $ARGV[0]->VERSION" Mail::POP3Client
    On *nix: perl -le 'eval "require $ARGV[0]" and print $ARGV[0]->VERSION' Mail::POP3Client

      The latest version from CPAN ( 1.15 ) I just downloaded and installed. dave_shakespeare@hotmail.com
        Not sure where you found version 1.15. CPAN has Mail::POP3Client version 2.14 when I checked.