Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings "all";
    ...
    
    my $foo_from_post = $post->param('foo');
    my $foo_from_get  = $get->param('foo');