in reply to Getting into remote mailbox Mail::POP3Client()

but then I get this error:

Its a warning, warnings generally don't stop your program, so what happened next?

  • Comment on Re: Getting into remote mailbox Mail::POP3Client()

Replies are listed 'Best First'.
Re^2: Getting into remote mailbox Mail::POP3Client()
by freddythunder (Novice) on Jul 01, 2013 at 03:04 UTC

    Thanks for your response! Nothing happened next. I ran it from the command line and I just got another command line. I'm new to perl so I couldn't tell if it was a warning; I expected some data to spit out if it didn't fail.

    I'm interested on what could have happened for future module use, but since I posted, I tried Net::POP3 and that worked right away.