in reply to Re^3: Problem with doubles results
in thread Problem with doubles results
WOW this has worked for me
so amazing could be easy like this
Thank you so much, appreciate
foreach my $res (@$result) { my ($name, $country, $gender) = @$res; push @updated_data, {info => "<p>$name $country $gender</p>"}; }
|
|---|