[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] More on name=value



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.