> Bryan R Harris:
>> 
>> I'd love to use the Curses module for an upcoming script, but I don't have
>> root on the machines it will be used on.  Is it possible to use the module
>> without installing it?
>> 
> 
>  From perldoc,
>         How do I keep my own module/library directory?
> 
>         When you build modules, use the PREFIX and LIB options when
> generating Makefiles:
> 
>             perl Makefile.PL PREFIX=/mydir/perl LIB=/mydir/perl/lib

[snip]

It worked!  Sort of...

According to the camel book, "use lib" looks for "$dir/$archname/auto", but
$archname isn't defined and I don't know what it's supposed to be...

How can I find out what it's supposed to be?

- B



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


Reply via email to