in reply to IO::Socket:INET doesn't attempt to connect
use IO::Socket::INET; my $s = IO::Socket::INET->new("www.perl.org:80");
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: IO::Socket:INET doesn't attempt to connect
by BrowserUk (Patriarch) on Apr 24, 2003 at 05:58 UTC |