Help for this page
use strict; use warnings "all"; ... my $foo_from_post = $post->param('foo'); my $foo_from_get = $get->param('foo');