You also might want to look into Data::Dumper to see exactly what you're
working with.

Off the top though:
map {@$_} @$arr
might be a start.

Reply via email to