Re: How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions.
- From: Sherm Pendley <spamtrap@xxxxxxxxxxx>
- Date: Tue, 16 Sep 2008 14:39:41 -0400
PhaniRanjan@xxxxxxxxx writes:
i have many modules which inturn use among themselvs.. some times i
get the following error..
Can't locate <>.pm in @INC though it is present in that location..
Perl isn't just guessing. It looked, and the fact that you get this
error indicates that the requested module is *not* in fact present at
that location.
Look more closely at your use statement, and the list of directories
printed in the error message. One of them is not what you think it
is.
sherm--
--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
.
- Follow-Ups:
- References:
- Prev by Date: How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions.
- Next by Date: Re: How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions.
- Previous by thread: How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions.
- Next by thread: Re: How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions.
- Index(es):
Relevant Pages
|