Thread
:
Can't locate IO/Socket/INET6.pm
View Single Post
#
3
(
permalink
)
02-03-2009, 12:52 PM
fowler
Trained Alumni
Posts: 24
run
perl -mIO::Socket::INET6 -e ''
if it returns "Can't locate IO/Socket/INET6.pm in @INC ", then you need to install the perl module.
perl -MCPAN -e shell
cpan[1]>
install IO::Socket::INET6
fowler
View Public Profile
Find all posts by fowler