in reply to Perl Debugger Command-Line

Install Term::ReadLine::Perl from CPAN.
See Term::ReadLine::Gnu also.

If you have Term::ReadLine::Perl, you can try Term::ReadLine::Perl::Bind.

Replies are listed 'Best First'.
Re^2: Perl Debugger Command-Line
by graff (Chancellor) on May 07, 2010 at 02:26 UTC
    Install Term::ReadLine::Perl from CPAN.

    Whoa! Thanks! All this time, I've been wondering why "perl -d ..." on my mac hasn't been doing the right thing when I try to arrow up to previous debugger commands... This was the solution to my problem!

    Dude, you have improved the quality of my life.

    (So how come Term::Readline::Perl is part of the core distro on macosx????)