Quantcast
Channel: How can I create a shell with history in my Perl program? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Brian Agnew for How can I create a shell with history in my Perl...

Term::ReadLine interfaces to various readline packages, and as such will support history as you describe.

View Article



Answer by daxim for How can I create a shell with history in my Perl program?

Term::ReadLine::Gnu is the best module for this, Term::ReadLine::Perl the fallback.

View Article

How can I create a shell with history in my Perl program?

I'm writing a tool that is executed as a shell in Perl. I want it to have a history, so that if you press the up arrow, you go back to the previous command, just like bash or other shells. How should I...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images