Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive prompt in perl

What is an easy way to provide a string value to my user and let the user edit it... without him having to retype the whole string if it's not 100% correct.

like image 865
Ben Avatar asked Dec 05 '22 03:12

Ben


1 Answers

Though it's difficult to tell for sure what you're asking for, you probably want Term::ReadLine.

like image 71
sorpigal Avatar answered Dec 19 '22 23:12

sorpigal