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

corelist doesn't tell you what modules you have installed

Replies are listed 'Best First'.
Re^4: IO-Socket-IP in perl-5.8.8
by manik112 (Initiate) on Mar 16, 2013 at 16:05 UTC
    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"
        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