Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Terminal Client

by BerntB (Deacon)
on Oct 24, 2008 at 15:05 UTC ( [id://719355]=note: print w/replies, xml ) Need Help??


in reply to Terminal Client

In the shell, try: perl -e 'print "\041\n";'

Note that the char code is octal (you get a '!'). So don't write "02", write "\02". Since it is octal, if you want a cr, don't write "\013", write "\015"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-26 09:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found