
getcool207
New User
Jun 28, 2007, 7:52 PM
Post #1 of 3
(234 views)
|
|
Arrays and pushing...
|
Can't Post
|
|
Hi, Can someone please explain how to decipher the line containing 'push?
my @array = (); for (my $i = 0; $i < 2; $i++){ push @{$array[$i]->{items}}, $i; } Thanks in advance.
|