in reply to Re^3: Mail::POP3Client email server to use
in thread Mail::POP3Client email server to use

until ( $continue = "true" ) { ... }

That "test" isn't doing what you think it is doing ...

This might explain why things don't work properly.

Replies are listed 'Best First'.
Re^5: Mail::POP3Client email server to use
by Anonymous Monk on Jul 15, 2005 at 16:31 UTC
    What do you mean? I just want that variable to be set to something and then change it to something else if I find what I'm looking for. What should that code look like instead? Thanks, Austin