Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: hiding input

by Octavian (Monk)
on Nov 17, 2000 at 02:13 UTC ( [id://42101]=note: print w/replies, xml ) Need Help??


in reply to Re: hiding input
in thread hiding input

tried this, and got the error:
Can't locate Term/Readkey.pm in @INC (@INC contains: /opt/perl5/lib/PA-RISC1.1/5.00404 /opt/perl5/lib /opt/perl5/lib/site_perl/PA-RISC1.1 /opt/perl5/lib/site_perl .) at ./prog line 14. BEGIN failed--compilation aborted at ./prog line 14.

Replies are listed 'Best First'.
Re: Re: Re: hiding input
by arturo (Vicar) on Nov 17, 2000 at 02:17 UTC
    You don't have the module installed, and you'll have to install the module, I'm afraid. If you have root access (or you can get the admin to do this for you) I'd advise using the CPAN module.
    perl -MCPAN -e 'install Term::Readkey'
    from the command line. Read perlmodinstall for more info on installing modules.

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor

(redmist) Re: Re: Re: hiding input
by redmist (Deacon) on Nov 17, 2000 at 02:16 UTC
Re: Re: Re: hiding input
by marius (Hermit) on Nov 17, 2000 at 22:11 UTC
    You may yet have it installed. It's actually supposed to be use Term::ReadKey. Note the capital K in ReadKey.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://42101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found