Help for this page

Select Code to Download


  1. or download this
    my $result = $client->do_task( ... );
    if( not defined $result ) {
    ...
    }
    
    my @result = keys %{ $json_result->{ $ip } }