Re: how do I use a module without installing it?

2007-05-20 Thread David Moreno Garza
Bryan R Harris wrote: > 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? > > If so, how is it done? http://www.cpan.org/misc/cpan-faq.html#How_install_private -- Davi

Re: how do I use a module without installing it?

2007-05-15 Thread Bryan R Harris
Ah, got it all figured out -- it works! Thanks Andrew and Chas for your help! - Bryan >> On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: >> snip >>> >>> It worked! Sort of... >>> >>> According to the camel book, "use lib" looks for "$dir/$archname/auto", but >>> $archname isn't defi

Re: how do I use a module without installing it?

2007-05-15 Thread Bryan R Harris
> On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: > 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 b

Re: how do I use a module without installing it?

2007-05-15 Thread Chas Owens
On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: 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? You don't, you just

Re: how do I use a module without installing it?

2007-05-15 Thread Chas Owens
On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: > On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: >> >> >> 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

Re: how do I use a module without installing it?

2007-05-15 Thread Bryan R Harris
> 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? > >

Re: how do I use a module without installing it?

2007-05-15 Thread Chas Owens
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 m

Re: how do I use a module without installing it?

2007-05-15 Thread Jeff Pang
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, u

Re: how do I use a module without installing it?

2007-05-15 Thread Bryan R Harris
> On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: >> >> >> 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? >> >> If so, how is it done? > snip > > No, you mu

Re: how do I use a module without installing it?

2007-05-15 Thread Chas Owens
On 5/15/07, Bryan R Harris <[EMAIL PROTECTED]> wrote: 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? If so, how is it done? snip No, you must install a module to use

how do I use a module without installing it?

2007-05-15 Thread 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? If so, how is it done? TIA, - B -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL