Help for this page

Select Code to Download


  1. or download this
    use Term::ReadKey qw(GetTerminalSize ReadMode);
    
  2. or download this
    print "Enter your password: "; ReadMode 2; chomp($pass=<STDIN>); ReadM
    +ode 0;