http://qs321.pair.com?node_id=134935


in reply to Re: how to make a password dissapear?
in thread how to make a password dissapear?

I have to admit, that looks like you're trying way too hard.

I'd probably give Term::ReadKey a shot if I were you.

use Term::ReadKey; ReadMode 2; chomp( my $password = ReadLine ); ReadMode 0;
--
Casey
   I am a superhero.