Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi I'm building my website with CGI.pm without using frameworks like Catalyst.
Don't tell me to use framework because It's been almost 1 year since I made this. it's too late.
I just wonder there are alternatives to CGI.pm
because I'm not using html generation functions from CGI.pm
What I only need are:
$cgi->header(-cookie => [$q->cookie(-name => 'sid', -value => $sid)]); + for cookies $cgi->param('parameter'); for form processing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: lighter alternatives to CGI.pm
by dsheroh (Monsignor) on Apr 26, 2015 at 07:53 UTC | |
|
Re: lighter alternatives to CGI.pm ( CGI::Alternatives )
by Anonymous Monk on Apr 26, 2015 at 09:25 UTC |