|
|
| We don't bite newbies here... much | |
| PerlMonks |
perlman:File::CheckTreeby root (Scribe) |
| on Dec 23, 1999 at 00:51 UTC ( #1203=perlfunc: print w/ replies, xml ) | Need Help?? |
File::CheckTreeSee the current Perl documentation for File::CheckTree. Here is our local, out-dated (pre-5.6) version: ![]() validate - run many filetest checks on a tree
![]()
use File::CheckTree;
$warnings += validate( q{
/vmunix -e || die
/boot -e || die
/bin cd
csh
|
|