Help for this page

Select Code to Download


  1. or download this
    use Term::ReadKey;
    
    ...
        ReadMode 'restore';
        $phrase;
    }
    
  2. or download this
    my $pwd = prompt 'enter password: ', -echo => '*'
    print "$pwd\n";