Ask a Question related to PERL Modules, Design and Development.
-
gymshoes #1
Term::ReadLine - Terminal does not support AddHistory
Term::ReadLine - Terminal does not support AddHistory
I only see this error on one of several identical machines. How do I
fix this problem?
Jim Schueler
gymshoes Guest
-
Term::ReadLine and ActivePerl
In Cygwin the readline() call in the following script #!/usr/bin/perl use Term::ReadLine; use strict; use warnings; my $term = new... -
Term::Cap -- Setting terminal type under Windows XP
I am trying to get Term::Cap to run under Windows XP. When running the code snippet below from the Term::Cap documentation, I get the message "TERM... -
Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on... -
Readline API doc?
I'm looking for the info on how to define/modify/basically interact with readline keymaps from Ruby. Anyone have any pointers? -Mark -
irb --readline
Hi, In message "irb --readline" on 03/07/25, Wybo Dekker <wybo@servalys.nl> writes: |When I try to have readline support with: | |irb... -
Xavier #2
Re: Term::ReadLine - Terminal does not support AddHistory
You need to install Term::ReadLine::Perl.
See http://xavier.robin.name/blog/2010/08/28/cpan-terminal-does-not-support-gethistory-addhistory-in-ubuntu for more details on how to install that on ubuntu with CPAN. Note that Term::ReadLine::Perl installed without any issue on a CentOS machine and solved the issue as well.Xavier Guest
-
Unregistered #3
Term::ReadLine - Terminal does not support AddHistory
Worked for me on MacBook Pro, thanks.
Unregistered Guest



Reply With Quote


