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
In reply to lighter alternatives to CGI.pm by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |