Hi!
I wish to read user input and the problem that I was facing was that pressing almost anything non-text on the keyboard produces these escape sequences on screen ^[[A etc that were interfering with my output.
To get around that, I used Term::Readline. Now I wish to maintain and access a history of past inputs. I read this post at http://stackoverflow.com/questions/14671797/how-to-use-termreadline-to-retrieve-command-history, which suggests that I install Term::Readline::Gnu.
Unfortunately, I don't have root access and so I can't install that module. I still keep getting ^[[A etc on my output. Any way to get the same functionality without installing stuff?
In reply to Simulating input history without Term::Readline::Gnu by ackerleytng
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |