push @array, { 'name' => 'vroom', 'job' => 'stacking blocks' }; print $array[0]->{name};