On 5/15/07, Jeff Pang <[EMAIL PROTECTED]> wrote:
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
Drat, I mixed up ./configure and perl Makefile.PL. Sorry.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/