Justin Howell wrote:

> OK, I'm a newbie trying to do things in perl that are smarter than I am.
> I'm working on a CGI clock-in program for where I work, and I want it
> to be one CGI script with multiple pages, each a step in the clocking in
> process (gathering different bits of info and confirming).

use CGI::Application;
http://search.cpan.org/search?dist=CGI-Application

Read "Using CGI::Application" article for good explanation and examples:
http://www.perl.com/pub/a/2001/06/05/cgi.html

- RaFaL Pocztarski, [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to