> I'm trying to add my own module "DEGS::ldegs" to a Perl program.
> However, this module will part of a distribution called "RGSE",
> which could be installed on a different path on different peoples PCs.
> However, it will always be in the directory "$ENV{RGSE}/lib".
> 
> The problem is when I run the program I get an error like:
> 
> "Empty compile time value given to use lib at 
> /home/gtho/Rgse/bin/depsol-gmt line 44"

Couldn't you use the PERL5LIB environment variable? I think that's what
it's called.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to