edit somekey>This is the editable string: change it if you want.
####
perl -e "use Term::ReadLine; $term = Term::ReadLine->new('name'); print $term->ReadLine"
#in both installation it returns: Term::ReadLine::Perl
#
#but when i tried:
#
perl -e "use Term::ReadLine::Perl"
#in one installation (strawberry) i got:
Can't locate object method "Features" via package "Term::ReadLine::Stub" at C:/Perl_Flash/pperl2/pperl/perl/site/lib/Term/ReadLine/Perl.pm line 101.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
####