in reply to User input from a command line by giving options a,b,c
I think you don't really mean 'in a command line', but more 'through a text menu', if I understand you correctly. (At least, not through the normal understanding of 'command line', whether it is accurate or not.)
Take a look at Term::UI, Term::Menu, and IO::Prompt. I think those do what you are looking for.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: User input from a command line by giving options a,b,c
by mgrangeiro (Novice) on Apr 06, 2010 at 18:11 UTC | |
by ww (Archbishop) on Apr 06, 2010 at 18:20 UTC | |
by DStaal (Chaplain) on Apr 06, 2010 at 19:48 UTC |