in reply to Restricting the size of Input file

If you use mod_perl and want to have different limits for different CGIs, use local:
local $CGI::POST_MAX = $limit;