for my $row ( @{ $res->rows } ) { $Country = $row->get_country(); $sql = "insert into table set country = '$Country'... etc