in reply to Unix text-mode CB Client
use Term::ReadKey qw(GetTerminalSize ReadMode); [download]
print "Enter your password: "; ReadMode 2; chomp($pass=<STDIN>); ReadM +ode 0; [download]
happy chatterboxing! ^_^