in reply to Re: Cpan command line no echo
in thread Cpan command line no echo

DB<100> n
I mean when I input n, there is no n in perldebug command line. There is no echo.

In my screen, looks like this:
DB<100>

Replies are listed 'Best First'.
Re^3: Cpan command line no echo
by Anonymous Monk on Jan 08, 2013 at 08:23 UTC
    Try export TERM=DUMB perl -d ...
      It works!
      Why TERM=xterm or TERM=linux breaking?

        Why TERM=xterm or TERM=linux breaking?

        I don't know, I use TERM=dumb all the time.

        Could be some setting of yours, bug in xterm/linux, bug in perl5db.pl, bug in whatever readline you're using (like this bug in Term::ReadLine) ... never had a real need for that stuff