[Israel.pm] gettin module directory in script
Itamar Elem
elem at compugen.co.il
Tue Oct 19 00:28:30 PDT 2004
hi
i work in acomplicated environment when the module
can apear in more than 1 place.
im not spose to do "use lib" there because the environment
should keep all the PERL5LIB info before the script start.
what i want is from the script
to find what is the module path
is there easy way to do it except
than iterating @INC array and find the module location that way
thank
itamar
-----Original Message-----
From: Gabor Szabo [mailto:gabor at perl.org.il]
Sent: Tuesday, October 19, 2004 9:16 AM
To: Perl in Israel
Subject: Re: [Israel.pm] gettin module directory in script
On Tue, 19 Oct 2004, Itamar Elem wrote:
> if i have something like
>
> use some_module;
>
> how can i get in the script
>
> the module location(path)
>
use lib "the/path";
use Some::Module;
Gabor
http://www.szabgab.com/
_______________________________________________
Perl mailing list
Perl at perl.org.il
http://perl.org.il/mailman/listinfo/perl
More information about the Perl
mailing list