On Fri, 19 Nov 2004 14:10:01 +0800 (CST), Stephen Liu <[EMAIL PROTECTED]> wrote:

> hanging here
> $ perl -MCPAN -e "install Term::Screen";
> CPAN: Storable loaded ok
> mkdir /root/.cpan: ζιδΈε€ at
> /usr/lib/perl5/5.8.3/CPAN.pm line 2342

Ummm, that hyphen is -MCPAN is required.   Sorry about not having it
there (although one would think something as simple as a missing hypen
would not gum up the works)  Leads me to believe you should read up on
CPAN

perldoc CPAN

However, you hanging on line XXXX leads me to believe that you have
NOT yet properly set up CPAN, either...

Try this

perl -MCPAN -e shell

Then, at the CPAN prompt ( cpan> )

type:

o conf init

Answer all the qeustions;

After you are done, again at the CPAN prompt type

install Bundle::CPAN


Report back any errors you get to this list: 
"beginners perl" <[EMAIL PROTECTED]>

-- 
WC -Sx- Jones
http://insecurity.org/

--
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