Help for this page
foreach my $data ($fp->bundle_parseable_files->all->get_data) { # do something with each $data }
sub AUTOLOAD { our $AUTOLOAD; ... { $$self->$AUTOLOAD(@_) while ($$self->next_file) } return wantarray ? @result : \@result; }