in reply to hexadecimal character

  1. It's that one right there
  2. use this handy eraser

Alternatively you could show us the string you are having trouble with. We don't know what your DB may be returning unless you show us.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: hexadecimal character
by Anonymous Monk on Mar 06, 2007 at 00:57 UTC
    I meant - which hex number is it returning? Is it the number 2, the number 9? How do I figure it out? When the string is printed out, it has a bunch of 'boxes' if you know what I mean. thanks
      A reply falls below the community's threshold of quality. You may see it by logging in.

      Show us some code. Sounds like you are dealing with either control characters (are you managing line ends correctly?), binary data or possibly Unicode. There is no way we can solve your problem without knowing what you are actually trying to do.

      Show use some code. Show us some sample data. Keep the whole lot under 10 lines. (read I know what I mean. Why don't you? first perhaps.)


      DWIM is Perl's answer to Gödel