|
|
| Welcome to the Monastery | |
| PerlMonks |
World Builder: the recovery and archeology of old programs.by dwm042 (Curate) |
|
| on Sep 17, 2008 at 15:37 UTC ( #712038=perlquestion: print w/ replies, xml ) | Need Help?? |
|
dwm042 has asked for the
wisdom of the Perl Monks concerning the following question:
I've been losing sleep at nights as I've been trying to rewrite the program World Builder into Perl. There are lots of issues with this, such as 'why bother'? My answers are that (1) because I'm emotionally caught up in the project and I won't sleep until I finish, and (2) that posted listings have serious coding errors as a consequence of mindless scanning of the article. But other than that, the conversion of a 25 year old Basic program into something that resembles sane Perl creates some opportunities to examine interface issues.
The main menu looks something like this: Fair enough. I'd like to be able to type '1' here, or '2' here, but I'd also like to be able to type 'KNOWN' or 'Known', or 'known', or any minimal increment of 'known' that is unique and end up in the same place. This has to be a well understood problem, so I'm asking for help here. Thanks in advance, David.
Back to
Seekers of Perl Wisdom
|
|