in reply to Perl debugger up/down key

Try installing Term::ReadLine::Perl. It worked for me.

Replies are listed 'Best First'.
Re^2: Perl debugger up/down key
by Porculus (Hermit) on Feb 15, 2009 at 19:53 UTC

    Or, better yet, Term::ReadLine::Gnu -- it should automatically pick up the same input settings as bash.

    The core point being that Term::ReadLine itself just provides an interface to the various real readline implementations, of which ::Perl and ::Gnu are probably the most popular.