in reply to Perl Debugger Command-Line

Here's brief post that sums it up. You'll probably need Term::ReadKey too. Or run this, and you're good to go.
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "Term::ReadKey", "Term::ReadLine::Gnu", "Term::ReadLine::Perl");