On Tue, 10 Jul 2001, Jason Waugh wrote:

> >CGI.pm isn't the only solution to creating dynamic web pages with Perl.
> >Text::Template is another alternative, as are embedded Perl
> >implementations like Apache::ASP, Mason, or even PerlScript (for IIS).
>
> .... my point.  I still need to be able to access form data passed
> through and have an easy way to get/set cookies.

For which you can still use CGI.pm, but use a templating technique for
your display.  I've written web apps where I use CGI.pm to only do form
processing then redirect to an HTML page or template afterwards, so CGI.pm
isn't used at all for designed pages.

-- Brett

Reply via email to