Help for this page

Select Code to Download


  1. or download this
    if($response->code == 200) {
    print $response->as_string;
    
    
    
    }
    
  2. or download this
    if($response->code == 200) {
        my $last="";
    $last = $response->as_string;
    ...
    
    
    }