smackdab has asked for the wisdom of the Perl Monks concerning the following question:
any ideas??? io/socket/inet.pm is the same between versions... and i also tried using Net::Ping, which works in 5.8.4, but not 5.8.6. google didn't turn up any bugsuse IO::Socket::INET; my $sock = IO::Socket::INET->new(Proto=>shift); print "sock=$sock\n"; on 5.8.4 perl -w test.pl tcp = ok perl -w test.pl udp = ok perl -w test.pl icmp = ok on 5.8.6 perl -w test.pl tcp = ok perl -w test.pl udp = ok perl -w test.pl icmp = NO
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: io::socket::inet change from 5.8.4 to 5.8.6?
by webengr (Pilgrim) on Apr 16, 2005 at 07:31 UTC | |
|
Re: io::socket::inet change from 5.8.4 to 5.8.6?
by smackdab (Pilgrim) on Apr 16, 2005 at 06:57 UTC | |
by smackdab (Pilgrim) on Apr 16, 2005 at 07:01 UTC | |
|
Re: io::socket::inet change from 5.8.4 to 5.8.6?
by Forsaken (Friar) on Apr 16, 2005 at 20:05 UTC | |
|
Re: io::socket::inet change from 5.8.4 to 5.8.6?
by smackdab (Pilgrim) on Apr 17, 2005 at 03:14 UTC |