in reply to Re: (Ovid - cargo-cult CGI) Re: Re: subparseform.lib
in thread Re: subparseform.lib
This creates the %in hash that cgi-lib.pl (a deprecated lib) folks liked to see. If you still insist on making your own POST/GET parser, why not just cut and paste the CGI parsing routine found in "sub new{...}" and tweak as necessary?use CGI; CGI::ReadParse();
But why do you wish to propagate bad code? Just yell at them to use CGI! There is NO excuse!
|
---|