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!
- Re: cgi coding guidelines Michael Stevens
- Re: cgi coding guidelines Piers Cawley
- Re: cgi coding guidelines Leon Brocard
- Re: cgi coding guidelines Piers Cawley
- Re: cgi coding guidelines Shevek
- Re: cgi coding guidelines Roger Burton West
- Re: cgi coding guidelines Mark Fowler
- Re: cgi coding guidelines Piers Cawley
- Re: cgi coding guidelines Roger Burton West
- Re: cgi coding guidelines David Cantrell
- Re: cgi coding guidelines Robin Szemeti
- Re: cgi coding guidelines David Cantrell
- Re: cgi coding guidelines Jonathan Stowe
- Re: cgi coding guidelines Greg McCarroll
- Re: cgi coding guidelines Leon Brocard
- Re: cgi coding guidelines Piers Cawley
- Re: cgi coding guidelines Leon Brocard
- Re: cgi coding guidelines Simon Wistow
- Re: cgi coding guidelines robin
- Re: cgi coding guidelines Greg McCarroll
