Help for this page

Select Code to Download


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