Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: IO-Socket-IP in perl-5.8.8

by Anonymous Monk
on Mar 16, 2013 at 07:11 UTC ( [id://1023820]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1023820]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found