in reply to Re^2: Regex arrow key problem
in thread Regex arrow key problem

Character 0x52 is uppercase letter "R".

Replies are listed 'Best First'.
Re^4: Regex arrow key problem
by Anonymous Monk on Dec 01, 2010 at 19:47 UTC
    I know, I was just using an example. 0x25 is left arrow and 0x27 is right, but it won't work when I put it in as
    if ($input =~ m/\x25/)
      0x25 is the percent sign, 0x27 is the apostrophe. What are you talking about?
        My source must have been incorrect then. What is, or is there, the code for left and right arrow keys?