Hola,
someone has used the module Term::ReadPassword with the module use
Term::ANSIScreen ???
When i call the "cls" (clear screen) function of ANSI module before of
"read_password" of ReadPassword module, the "cls" function don't work.
Ex.
sub read{
cls;
$pass=read_password;
}
##don't clean the screen
sub read{
$pass=read_password;
cls;
}
I use a Debian Linux (kernel 2.2.20)
Is a bug ??? or ...??
Thanks
Walter
--
God hates us all
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]