[NBLUG/talk] CGI programming memory lapse

Lincoln Peters sampln at sbcglobal.net
Mon Jun 5 20:03:11 PDT 2006


Troy Arnold wrote:
> On Mon, Jun 05, 2006 at 12:33:23PM -0700, Lincoln Peters wrote:
>   
>> _CGI Programming with Perl_
>>     
>
> That book sucks eggs.  It's awful, awful, awful.  And now it's old, old,
> old.
>   

OK, I won't replace it.

> The easiest way is:
>
> use CGI;
>
> $q = new CGI;
> print $q->header;
> print $q->param('foo');
>   

Looks like exactly what I was missing.  Thanks!


-- 
Lincoln Peters
<sampln at sbcglobal.net>

Documentation is like sex: when it is good, it is very, very good; and
when it is bad, it is better than nothing.
		-- Dick Brandon




More information about the talk mailing list