http://www.perlmonks.org?node_id=1023799


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

Hi Yes CPAN installed the latest version: ./corelist -a Socket ... v5.17.9 2.009 Should I downgrade to 1.97 ?

Replies are listed 'Best First'.
Re^3: IO-Socket-IP in perl-5.8.8
by Anonymous Monk on Mar 16, 2013 at 07:11 UTC
    corelist doesn't tell you what modules you have installed
      Well have also cross-checked with CPAN and .pm and the version is indeed: 2.009

        Wrong. To find out what version you have installed:

        *nix:

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

        Windows:

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