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 <[EMAIL PROTECTED]> 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/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]