Re: How can I push a hash onto an array?
by
slayven
on
Nov 15, 2000 at 05:02 UTC
(
replies
)
http://www.perlmonks.org?node_id=41692
⭐
in reply to
How can I push a hash onto an array?
Push a hashref:
push @kung, \%item;
[download]
In Section
Seekers of Perl Wisdom