in reply to Re^4: IO-Socket-IP in perl-5.8.8
in thread IO-Socket-IP in perl-5.8.8

Wrong. To find out what version you have installed:

*nix:

perl -MSocket -e 'print $Socket::VERSION'

Windows:

perl -MSocket -e "print $Socket::VERSION"

Replies are listed 'Best First'.
Re^6: IO-Socket-IP in perl-5.8.8
by manik112 (Initiate) on Mar 18, 2013 at 06:01 UTC
    Hi the result is still the same for version if you use cpan or look into the .pm file or use the above command; perl -MSocket -e 'print $Socket::VERSION' 2.009