use My::Module; my $obj = My::Module->new( %args ); foreach my $item ( $obj->foo_items ) { $item->do_it; }# end foreach()