The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.58 - 2015-12-26

  • Support allowed list of arguments changing, this is useful for - $my action = $info->param('action'); my %allowed; if($action eq 'action1') { %allowed = ('foo' => qr(\d+)); } else { %allowed = ('bar' => qr(\d+)); } my $params = $info->params(allowed => \%allowed);

Modules

Information about the CGI environment