in reply to Duplicating Pascal's with statement in Perl for anonymous data structures
for ($anonhash) { $_->{$name} = 'dave'; $_->{$city} = 'San Francisco'; # etc } [download]