Help for this page

Select Code to Download


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