in reply to Portably prompting for passwords
use Term::ReadKey; ReadMode 'noecho'; my $password = ReadLine 0; [download]
--my $chainsaw = 'Perl';