Help for this page
use strict; use warnings; ... my %output; @{$output{items}} = map { {title => $_->[0]} } @$Data; print Dumper(\%output);