in reply to CLI must not echo password
or, better still, echo the password with stars:use IO::Prompt; $pwd = prompt "enter password: ", -echo=>"";
use IO::Prompt; $pwd = prompt "enter password: ", -echo=>"*";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CLI must not echo password
by PhilHibbs (Hermit) on Jan 20, 2005 at 14:16 UTC |