in reply to Re^6: Regex arrow key problem
in thread Regex arrow key problem
If Dumper says $input contains "\e[C\n", then $input contains "\e[C\n". You're telling me $input doesn't contain "\e[C\n" anymore, so you need to find out what $input contains. You can use Data::Dumper to do that as I've already shown.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Regex arrow key problem
by austin43 (Acolyte) on Dec 01, 2010 at 20:20 UTC | |
by ikegami (Patriarch) on Dec 01, 2010 at 20:46 UTC |