I'm diving in to convert my CGI based web app to mod_perl and I've read the porting guide over at perl.apache.org but I'm confused about how inter-operable CGI.pm is with Apache::Request. Specifically, it doesn't look like such methods as "delete" and "delete_all" are available in Apache::Request.
Any advice from those who have converted over and how they've handled this issue?