use Things; my $wants = new Things( desires => 'goods' ); foreach $thing ( @{$wants} ) { push @merchants, $cash; push @closet, $thing; push @{$wants}, $more; } SATISFACTION: { confess "I'll never get here..." }