- or download this
$root = { value => [ ... ]};
- or download this
{ type => 'items', value => [ ... ]} # and other key-value pairs
{ type => 'foo', value => { ... }} # and other key-value pairs
- or download this
sub foobar {
my $href = shift;
...
: $_
} @{ $href-> { value }}];
}
- or download this
sub foobaz {
my $href = shift;
...
SPLIT_IF_FOO( $_ )
} @{ $href-> { value }}];
}
- or download this
sub fooqux {
$aref = shift;
...
SPLIT_IF_FOO( $_ )
} @$aref
}
- or download this
sub fooquux {
$aref = shift;
...
$i += $#list
}
}