From a recent email: Help, I've just run into this Perl error: "Can't locate module in @INC".
Solution: If you get a Perl error message like "Can't locate Foo.pm in @INC", this message means that the Perl module you're trying to include (like the module named Foo) can't be found in Perl's include path, which is represented by the variable named @INC.
