use strict; use warnings; my @rec = ( { name => 'Nancy', address => 613, kids => [abc, def] }, ...