Help for this page

Select Code to Download


  1. or download this
    $api_name[0] = 'get_country()';
    $var_name[0] = 'Country';
    
  2. or download this
    for my $row ( @{ $res->rows } ) {
    $Country = $row->get_country();
    $sql = "insert into table set country = '$Country'... etc
    
  3. or download this
    $[$var_name[0]] = $row->$[$api_name[0]];