On Mon, 27 Nov 2000, you wrote:

> Yup, having to load up all the "how to create HTML" stuff is a pain.
> All I want from a CGI library is parameter parsing, and possibly
> a header generator. The rest will be in the template anyway...

use CGI qw/ :cgi /;

gets you the param, cookie, header, user_agent and all that stuff .. but
none of the html stuff .. 

I don't really mind .. I;ve used both . .I like being able to just bung a
hashref and an arrayref at a function and get a list back .. I like its
sticky cgi parameters .... 

otoh the project I inherited is based around cgi-lib so all you get is
$in{blah} ...

still waiting for Demon to get their servers unlisted from orbs ... :(

-- 
Robin Szemeti

The box said "requires windows 95 or better"
So I installed Linux!

Reply via email to