Help for this page
CREATING A PASSWORD FIELD ... print $query->password_field('secret','starting value',50,80 +); password_field() is identical to textfield(), except that its c +ontents will be starred out on the web page.
system "stty -echo"; print "Password: "; chomp($word = <STDIN>); print "\n"; system "stty echo";