Hope this helps#!/usr/bin/perl use strict; use warnings; use Term::ReadKey; print "Enter password: "; ReadMode('noecho'); my $password = ReadLine(0); ReadMode('normal'); print "\nEntered $password";
In reply to Re: Suppressing display of text in the screen
by marto
in thread Suppressing display of text in the screen
by rsriram
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |