my @entries; for (1 .. 10) { push @entries, $mw->Entry->pack; } $entries[3]->...;