Hi,
   
  The script bellow prompt user to enter login password. But, when I enter the 
passwd at prompt, it shows me the passwd I typed. How to make the passwd 
invisible while I'm typing the passwd?
   
    print "\nPlease Enter login passwd: ";
  chomp($passwd = <STDIN>);
   
  I greatly appreciate your help.
   
   
  Thanks,
   
   
  Gary
   

       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to