oldwarrior32 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks! I am asking for your infinite wisdom again.
I am working in a program where the user selects some options. Based in the selections he gets some output and based in that output he enters some data, and based in the data another output appears and he can select an option and so on...
What I am doing is basically a do-while loop. At the end of the loop, some if-else conditions are processed, so the loop executes again or another do-while loop is executed.
Do you know of some procedure or something like a pragma to build interactive CLI programms?
Any help is appreciated!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Interactive program
by davido (Cardinal) on Jun 26, 2012 at 00:07 UTC | |
Re: Interactive program
by sauoq (Abbot) on Jun 25, 2012 at 23:57 UTC | |
Re: Interactive program
by ~~David~~ (Hermit) on Jun 26, 2012 at 16:53 UTC | |
Re: Interactive program
by oldwarrior32 (Sexton) on Jun 26, 2012 at 23:48 UTC |