Hi,
I am new to perl scripting
Can you please let me know if you have an example on how to read the hidden password and read from it?
Thanks,
Mahesh
system('stty','-echo');
chop($password=<STDIN>);
system('stty','echo');
Hi,
I am new to perl scripting
Can you please let me know if you have an example on how to read the hidden password and read from it?
Thanks,
Mahesh
system('stty','-echo');
chop($password=<STDIN>);
system('stty','echo');