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?
>>
>> If so, how is it done?
> snip
>
> No, you must install a module to use it; however, any user can install
> modules into their home directory.  Either use CPAN
>
> perl -MCPAN -e install Curses
snip

try

perl -MCPAN -e shell

It should walk you through setting up CPAN for your user and then will
drop you into a commandline like mode.  At the commandline type

install Curses

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


Reply via email to