in reply to Term::Readline stopped working in perldebug

most likely cause for such "suddenly stopping to work" is that you changed your Perl environment.

For instance: Do you use perlbrew?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re: Term::Readline stopped working in perldebug

Replies are listed 'Best First'.
Re^2: Term::Readline stopped working in perldebug
by erixoltan (Initiate) on Dec 03, 2019 at 16:10 UTC

    I solved this in cpan by installing Term::ReadLine::Perl

    Now it works, problem solved.