The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cmt::fswalk - files iterator

SYNOPSIS

    use cmt::fswalk;
    mysub(arguments...)

DESCRIPTION

cmt::fswalk is a WHAT used for WHAT. It HOW-WORKS.

BACKGROUND-PROBLEM.

HOW-cmt::fswalk-RESOLVES.

FUNCTIONS

fswalk(ITERATOR-CALLBACK, OPTIONS)

OPTIONS -start=START-PATH -filter=REGEXP or CALLBACK only files matched the specified filter is iterated. -hidden=1 include hidden files -depth=N how depth recurse into the sub-directories, only START-PATH is iterated if -depth=0 -order=[bd] 'b' breadth-first 'd' depth-first -leave=1 call ITERATOR->(DIR, 1) when scanner leave out the directory -sort=COMPARATOR how to sort files -inclusive=0 exclude the START path itself, only iterater descendants

DIAGNOSTICS

(No Information)

HISTORY

0.x

The initial version.

SEE ALSO

The "Perl_simple_module_template" in cmt

AUTHOR

Xima Lenik <name@mail.box>