in reply to Parsing bizarre non delimted data and hash slices
my @new_hashes = map { my %h; @h{@wanted} = @{$_}{@wanted}; \%h } @old_hashes; [download]
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg