Front page | perl.beginners |
Postings from January 2002
Re: STDIN
Thread Previous
|
Thread Next
From:
Vicky Lorenzo
Date:
January 21, 2002 09:29
Subject:
Re: STDIN
Message ID:
20020121172943.13462.qmail@web20808.mail.yahoo.com
Hi Walter,
You can use CPAN module Term::ReadKey:
use Term::ReadKey;
ReadMode('noecho');
$password = ReadLine(0);
I got this from O'Reilly's Perl Cookbook page 529 :)
-vicky
--- walter valenti <waltervalenti@yahoo.it> wrote:
> Hi,
> someone knows, how insert text gron STDIN, without
> see this on the
> shell??
>
> For example for insert a password..
>
>
> Thanks
>
> Walter
> �(1���**�*.���{&���(��]��,j�m��������h��&
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
Thread Previous
|
Thread Next