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

Re^2: Tk hidden binding

by emilbarton (Scribe)
on Jul 24, 2011 at 13:02 UTC ( [id://916405]=note: print w/replies, xml ) Need Help??


in reply to Re: Tk hidden binding
in thread Tk hidden binding

It's amazing how things can get complicated quickly. I get \x{1b} and \x{1d}. Thank you for the various informations in your answer.

Replies are listed 'Best First'.
Re^3: Tk hidden binding
by Anonymous Monk on Jul 24, 2011 at 13:06 UTC
    Hey, thats almost the same thing ;)
    $ perl -le " print qq[\033\035] " |od -tacx1 0000000 esc gs cr nl 033 035 \r \n 1b 1d 0d 0a 0000004

      huh? far beyond my skills!

      Ah ok, yes almost the same, just an openness detail:
      perl -le " print qq[\033\035] " |od -tacx1 0000000 esc gs nl 033 035 \n 1b 1d 0a 0000003

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-19 00:00 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found