Help for this page

Select Code to Download


  1. or download this
    # prints out short name of all "txt-files"
    $da->bundle_txt_files->do->print_short_names;
    
  2. or download this
    package File::Collector::Iterator ;
    use strict;
    ...
        $$self->$method(@_) while ($$self->next);
      }
    }