http://qs1969.pair.com?node_id=233766


in reply to how to accept password using Tk

Use Tk::Entry instead:
$MainWindow->Entry( -show=>'*', -relief=>'ridge', -textvariable=>\$password )->pack;

-Nitrox