Description
Perl terminal tools can build simple interactive prompts and menus on top of Term::ReadLine. This helps command-line applications ask questions, collect choices, and guide users without a graphical interface.
It is a developer library. Interactive terminal flows should handle cancellation, invalid input, and noninteractive environments clearly.