in reply to Re: Re: Re: Weird Net::POP3 problem
in thread Weird Net::POP3 problem
Unfourtunatley, I recieved identical results for both 'versions' of ryoko, and neither of them seemed to have unpritable chars or newline chars. Is there a different way I should be examining the string?my @blah = map { ord } split(//, $pop3_host);
|
|---|