my %alphabet = \( 'a' => @atags, 'b' => @btags, ); #### my %alphabet = ( \'a' => \@atags, \'b' => \@btags, ); #### say for @{values %alphabet};