Help for this page
# Load CGI.pm use CGI qw(:standard); $CGI::POST_MAX = 1024 * 100; ... # Get inputs my $id = $query->param('id') || ''; my $handle = $query->param('handle') || '';