I was trying to implement a simple shell prompt, that only needs to handle internal commands, I tried Term::ReadLine, but that one doesn’t handle Tab key like bash does, so I’m wondering what else could I do now.
I was trying to implement a simple shell prompt, that only needs to handle
Share
A quick search on CPAN yields
Term::CompletionandTerm::Complete