Wiggins d'Anconia wrote:
rob lester wrote:

I'm stumped on where to look but there must be a module to handle interactive programming. What I mean is printing out a list of things, the user selects what he wants, hits enter and the program continues. I presume the module would enable going back to change things and handle multipage input.
...


To remain on topic, I will assume the latter, in general Perl is used in a CGI context which usually means that there is a stateless session such that an "interactive" (or continually running process across multiple HTTP pages) doesn't really exist. There are a number of ways around this hinderance, but none of which truly provide a stateful, interactive feel.

So what do you really mean?

Hopefully CGI - see http://modperl.com:9000/hangman.html

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to