in reply to Re: Re: Re: Weird Net::POP3 problem
in thread Weird Net::POP3 problem

No, as far as I can tell its not even connecting to ryoko. Here is the debug information that Net::POP3 spits out:
Net::POP3: Net::POP3(2.21) Net::POP3: Net::Cmd(2.18) Net::POP3: Exporter Net::POP3: IO::Socket::INET Net::POP3: IO::Socket(1.1603) Net::POP3: IO::Handle(1.1505)
Thats as far as it gets before it hangs and times out. If I define the variable statically, here is what I get:
Net::POP3: Net::POP3(2.21) Net::POP3: Net::Cmd(2.18) Net::POP3: Exporter Net::POP3: IO::Socket::INET Net::POP3: IO::Socket(1.1603) Net::POP3: IO::Handle(1.1505) Net::POP3=GLOB(0x830aac4)<<< +OK QPOP (version 3.1.2) at ryoko.leet.or +g starting.
...and so on and so forth. I'm beginning to think this is some kind of bug in Net::POP3...

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Weird Net::POP3 problem
by j0e (Acolyte) on Apr 13, 2001 at 06:29 UTC
    Ooops, I misunderstood your question. The first example yeilds the hang, the second example I gave (where the variable is defined statically) works.