Help for this page

Select Code to Download


  1. or download this
    #turn off the terminal's echo
    `stty -echo` ;
    
  2. or download this
    # turn echo back on, an extra check before we exit
    END { `stty echo` }