Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 avoiding work at the Monastery: (5)
As of 2024-03-28 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found