[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] More on name=value
- Subject: [ale] More on name=value
- From: eric.ayers at mindspring.com (Eric Z. Ayers)
- Date: Sun, 18 Jul 1999 11:14:48 -0400 (EDT)
Bert,
if you are going to use Perl, you might as well try the CGI module or
CGI_Lite available from CPAN instead of some dinky little perl thing
you got from a disreputable source on a mailing list. I used
CGI_Lite. The nice thing about it is that it helps you pass values
either using the query method, or POST and you don't really need to
know the difference.
-Eric.