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

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