system('stty -echo'); print "insert key:"; $key = <STDIN>; system('stty echo'); [download]
In reply to Re: hiding input by cianoz in thread hiding input by Octavian