Pakket: libfile-finder-perl (0.53-4)
Verwijzigingen voor libfile-finder-perl
Debian bronnen:
Het bronpakket libfile-finder-perl downloaden:
- [libfile-finder-perl_0.53-4.dsc]
- [libfile-finder-perl_0.53.orig.tar.gz]
- [libfile-finder-perl_0.53-4.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
wrapper for File::Find à la find(1)
File::Find is great, but constructing the wanted routine can sometimes be a pain. File::Finder provides a wanted-writer, using syntax that is directly mappable to the find command's syntax.
A File::Finder object contains a hash of File::Find options, and a series of steps that mimic find's predicates. Initially, a File::Finder object has no steps. Each step method clones the previous object's options and steps, and then adds the new step, returning the new object. In this manner, an object can be grown, step by step, by chaining method calls. Furthermore, a partial sequence can be created and held, and used as the head of many different sequences.
Andere aan libfile-finder-perl gerelateerde pakketten
|
|
|
|
-
- dep: libtext-glob-perl
- Perl module for matching globbing patterns against text
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language