Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Unix text-mode CB Client

by turo (Friar)
on Dec 14, 2005 at 00:48 UTC ( [id://516489]=note: print w/replies, xml ) Need Help??


in reply to Unix text-mode CB Client

Nice program, but it echoes the password in clear-text when you type it on the term console ... i suggest to add 'ReadMode' func:
use Term::ReadKey qw(GetTerminalSize ReadMode);
and change the line 191 for this one:
print "Enter your password: "; ReadMode 2; chomp($pass=<STDIN>); ReadM +ode 0;

happy chatterboxing! ^_^

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://516489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-04-23 18:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found