Help for this page

Select Code to Download


  1. or download this
    # in CGI script
    use Client2;
    my $client2 = new Client2($params);
    my $output = $client2->process($data);
    print $output;