http://www.perlmonks.org?node_id=11109599

erixoltan has asked for the wisdom of the Perl Monks concerning the following question:

I use perldebug a lot. I installed Term::Readline in order to get command line recall. It worked at first but now it doesn't.

When I use arrow keys to recall previous lines, it looks like this:

  DB<1> ^[[A^[[A^[[A

I tried upgrading and I tried forcibly reinstalling Term::ReadLine in cpan, to no avail. Does anyone know how I can reacquaint perldebug with command-line recall?