@Stuff{@{$Types{$_[0]}}} = @_; #### @Stuff{@Address} = qw(addr bob smith '1234 main st' anytown 20500); #### $Stuff{type} = 'addr'; $Stuff{firstname} = 'bob'; ... $Stuff{zip} = '20500';