in reply to Perl Debugger Command-Line
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "Term::ReadKey", "Term::ReadLine::Gnu", "Term::ReadLine::Perl"); [download]