File::Next

File-finding iterator
Download

File::Next Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Lester
  • Publisher web site:
  • http://search.cpan.org/~petdance/

File::Next Tags


File::Next Description

File::Next is a lightweight, taint-safe file-finding Perl module.SYNOPSISIt's lightweight and has no non-core prerequisites. use File::Next; my $files = File::Next::files( '/tmp' ); while ( defined ( my $file = $files->() ) ) { # do something... }Product's homepage


File::Next Related Software