http://qs321.pair.com?node_id=41655

blogan has asked for the wisdom of the Perl Monks concerning the following question: (arrays)

This doesn't work:
my %items = ( foo => 4 ); push @kung, %item;

Originally posted as a Categorized Question.