in reply to Re: Can't call method... works locally, but not on webserver.
in thread Can't call method... works locally, but not on webserver.
Which returned: Unable to connect: Connection timed out at /home/xxx/xxx/DeletePopMail.pl line 19 Now all I have to do is work out why I can connect from my PC but not via the webserver! Thanks for the useful reply, much appreciated.my $pop = Net::POP3->new($pop3) or die "Unable to connect: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't call method... works locally, but not on webserver.
by bradenshep (Beadle) on Nov 08, 2006 at 16:46 UTC | |
by jlk (Hermit) on Nov 08, 2006 at 17:54 UTC | |
by bradenshep (Beadle) on Nov 08, 2006 at 19:52 UTC |