Interactive prompt in perl
interactive, perl
Solution
Though it's difficult to tell for sure what you're asking for, you probably want Term::ReadLine.
Problem
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.