- or download this
$start = {
'lineitem' => {
...
'market_x_branch' => 1
}
};
- or download this
$end = [
[
...
'insurer'
]
];
- or download this
foreach my $x (keys %$start)
{
...
push @$end, \@values;
delete $start->{$_} for @values;
}
- or download this
$start = {
'lineitem' => {
...
'lineitem',
],
];