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

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

Replies are listed 'Best First'.
Re^4: Tk hidden binding
by emilbarton (Scribe) on Jul 24, 2011 at 13:16 UTC

    huh? far beyond my skills!

Re^4: Tk hidden binding
by emilbarton (Scribe) on Jul 24, 2011 at 18:55 UTC
    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