Enter Keywords:
1 - 3 of 3(0.291 seconds)
Sort By:
 
When I try running the client on a different machine from the server, the IO::Socket new method returns 'connection refused'.  Here is the server: use IO::Socket::INET; my $s = IO::Socket::IN...
Zones: Perl, Uni...Date Answered: 04/14/2008 Rating: 8.8 Views: 8
Hi all, I'm adapting a proxy script I got from:http://www.accordata.de/downloads/port-proxy/index.html This script can be used for port forwarding but is written for TCP connections only. We al...
Zones: PerlDate Answered: 09/25/2008 Rating: 8.2 Views: 29
GOAL:       Connect to Gmail or other SSL IMAP store via a perl script to scan messages. PROGRESS SO FAR:     I've used Mail::IMAPClient to connect to a server that doesn't require SSL, and the...
Zones: Perl, SSL, IMAPDate Answered: 12/01/2008 Rating: 8.2 Views: 9
 
  • 1