Re: use lib directive

2001-05-22 Thread Aaron Craig
pting to develop my first module. Because of >permissions/security, etc.. I cannot store the module in the standard >perl lib directories. So it is currently living in a subdir called lib in >my home directory. I use a "use lib" directive to add this directory to >@INC

Fwd: Re: use lib directive

2001-05-21 Thread Peter Cline
ib directories. So it is currently living in a subdir called lib in my >>: home directory. I use a "use lib" directive to add this directory to >>: @INC. this works , but when I try then to use another module that does >>: reside in the standard lib directories, I get a

Re: use lib directive

2001-05-21 Thread Timothy Kimball
I wrote: : If you did, then did you use the same perl executable to install the : module that you're using to run it? i.e., does 'which perl' eq the : shebang line of your script? If you have two perls on your system : (seems a lot of people do), then it may be that the other module isn't : inst

Re: use lib directive

2001-05-21 Thread Peter Scott
I use a "use lib" directive to add this directory to >@INC. this works , but when I try then to use another module that does >reside in the standard lib directories, I get a "Can't locate object >method "new" in module "X" at path-specified-

Re: use lib directive

2001-05-21 Thread Timothy Kimball
Peter Cline wrote: : Hello, I am attempting to develop my first module. Because of : permissions/security, etc.. I cannot store the module in the standard perl : lib directories. So it is currently living in a subdir called lib in my : home directory. I use a "use lib" direct

Re: use lib directive

2001-05-21 Thread Carl Rogers
gt;perl lib directories. So it is currently living in a subdir called lib in >my home directory. I use a "use lib" directive to add this directory to >@INC. this works , but when I try then to use another module that does >reside in the standard lib directories, I get a &quo

use lib directive

2001-05-21 Thread Peter Cline
Hello, I am attempting to develop my first module. Because of permissions/security, etc.. I cannot store the module in the standard perl lib directories. So it is currently living in a subdir called lib in my home directory. I use a "use lib" directive to add this directory to @