in reply to Re: Re: Reading a password from the user
in thread Reading a password from the user

Downloading them is not. You have to install them.

How do you do that?

Well, if you prefer to do it by hand as you evidently do, you should read the README file that is part of the tarball (.tar.gz file) you downloaded from CPAN.

First you unpack it with gunzip and tar, then:

perl Makefile.PL make make test make install

For the final, make install step, you need to be root.

--
Regards,
Helgi Briem
helgi AT decode DOT is

Replies are listed 'Best First'.
Re: Re: Re: Re: Reading a password from the user
by Joost (Canon) on Apr 04, 2003 at 15:37 UTC
    You can also do perl -MCPAN -e "install Term::ReadPassword" and follow instructions.

    OR, on windows use PPM for installing compiled modules for ActivePerl. It should be in your ActivePerl installation.

    -- Joost downtime n. The period during which a system is error-free and immune from user input.