in reply to Re: LWP and IO::Socket often said to me, "Can't locate object method" ....
in thread LWP and IO::Socket often said to me, "Can't locate object method" ....
#!/usr/bin/perl package hoge::fuga::geho; use strict; use Time::HiRes; use File::Copy; use IO::Socket; ... (snip) ... my $sock = new IO::Socket::INET( PeerAddr => $host, PeerPort => $port, Proto => 'tcp', ); ... (snip)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: LWP and IO::Socket often said to me, "Can't locate object method" ....
by jettero (Monsignor) on Oct 14, 2008 at 13:11 UTC | |
by trad-ex (Initiate) on Oct 14, 2008 at 13:40 UTC | |
by Corion (Patriarch) on Oct 14, 2008 at 13:42 UTC | |
by trad-ex (Initiate) on Oct 15, 2008 at 02:13 UTC |