8.69 File::CheckTree
Runs file tests on a set of files. Exports one function,
Available tests include all the standard Perl file-test operators except -t , -M , -A , and -C . Unless it dies,use File::CheckTree; $warnings += validate( q{ /vmunix -e || die /bin cd csh !-ug sh -ex /usr -d || warn "What happened to $file?\n" });
validate
returns the number of warnings issued.
Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|