![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: Module is in %INC, but names are not recognizedby sgifford (Prior) |
on Sep 13, 2008 at 03:22 UTC ( #711051=note: print w/replies, xml ) | Need Help?? |
To elaborate, an annoying compatibility issue between Perl and Windows is that Windows filenames are case-insensitive, while module names are not. So while it can find CWD.pm and load it, it can't import the module CWD because it's named Cwd.
It does seem like Perl should at least emit a warning for this. You're certainly not the first person to be tripped up by it.
In Section
Seekers of Perl Wisdom
|
|