Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: use seems to be case INSENSITIVE!!

by linuxer (Curate)
on Oct 12, 2009 at 19:02 UTC ( [id://800771]=note: print w/replies, xml ) Need Help??


in reply to use seems to be case INSENSITIVE!!

Looks to me as if it is a local issue with your perl installation (maybe ActivePerl?).

I gave it a try with my self compiled perl and got:

$ perldoc -l IO::Socket IO::socket CGI No documentation found for "IO::socket". /usr/local/lib/perl5/5.10.1/i686-linux/IO/Socket.pm /usr/local/lib/perl5/5.10.1/CGI.pm $ perl -MIO::socket -e1 Can't locate IO/socket.pm in @INC (@INC contains: /usr/local/lib/perl5 +/5.10.1/i686-linux /usr/local/lib/perl5/5.10.1 /usr/local/lib/perl5/s +ite_perl/5.10.1/i686-linux /usr/local/lib/perl5/site_perl/5.10.1 .). BEGIN failed--compilation aborted.

(I added CGI to test if multiple arguments are OK)

As I currently don't have an ActivePerl at hand, I cannot test furthermore.

Log In?
Username:
Password:

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

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

    No recent polls found