To help debug, try changing the line to:

defined(my $msg = $me->_sockread()) or $me->Message("Could not read: $!") and 
return 0;

$! (Dollar Bang) contains STDERR and may reveal more information that will help you 
debug.

Tal Cohen


Hopefully a quick question.  I've got an app that connects to a pop 
server using Mail::POP3Client.  It works fine on one server (FreeBSD), 
but I'm trying to migrate the app to a new server (Debian), and the 
connection fails, or rather, it seems to connect, but gives the message: 
"Could not read."

Looking into the source, I find that error results from this line:

defined(my $msg = $me->_sockread()) or $me->Message("Could not read") and 
return 0;

about 1/3 through POP3Client.pm

any ideas about what could be so different on the new system, or what module 
may be missing in my installation?



------------------------------

Message: 2
Date: Thu, 22 Apr 2004 11:23:23 -0700 (PDT)
From: runester 
Subject: [Boston.pm] perl / cgi / web jobs?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Does anyone know of a non-obvious place to look for a job doing perl / cgi / 
web development? I know about the big boards, etc ... but I was hoping someone 
knew of a less-known place to look &/or place a resume.
 
Thanks!
 
---
Stephen A. Jarjoura
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/boston-
pm/attachments/20040422/f5cfbbe0/attachment-0001.htm

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to