in reply to Re^19: CPAN and readline on windows
in thread CPAN and readline on windows

Same.

Did you try

perl -MTerm::ReadLine -e"$t=Term::ReadLine->new('test'); 1 while (defi +ned($t->readline(': ')))"

Replies are listed 'Best First'.
Re^21: CPAN and readline on windows
by syphilis (Archbishop) on Mar 28, 2009 at 05:42 UTC
    I hadn't tried that:
    C:\>perl -MTerm::ReadLine -e"$t=Term::ReadLine->new('test'); 1 while ( +defined($t->readline(': ')))" : ab : ab :
    The first 'ab' was entered by typing the characters in. The second 'ab' was entered by hitting the up arrow.

    Cheers,
    Rob