Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Can't locate __ in @ING

by rvosa (Curate)
on Mar 17, 2007 at 00:27 UTC ( [id://605248]=note: print w/replies, xml ) Need Help??


in reply to Can't locate __ in @ING

You're getting the unixy paths because you're using a perl compiled on (or targeted at) cygwin - which is a layer on top of windows that maps a (pseudo) unix-style folder structure on top of Windows's folder structure.

If you'd be using, for example, the on Windows commonly used ActiveState perl, you'd get the same complaint about @INC, except it'll spit out a list of paths as you're expecting: something like "C:\Perl\lib" and "C:\Perl\site\lib".

Because you're using a cygwin perl you CAN'T (afaik) use PPM, so go with the link provided by shigetsu.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 07:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found