- or download this
$logger->log( "sorted_data = ".Dumper(@sorted_data));
...
'count_banking' => '4 (982.00)',
'name' => 'Parking Eye [LTD] Two',
};
- or download this
sorted_data = $VAR1 = {
'count_payment' => '',
...
'count_banking' => '',
'name' => 'Parking Eye [LTD] Three',
};
- or download this
foreach my $row ( sort { $a->{name} <=> $b->{name} } @sorted_data )
+{
#Move the values to second and remove the last one
}