Help for this page

Select Code to Download


  1. or download this
    find(
        sub {
            filestat( "ignored",
    ...
        },
        $pathname
    );
    
  2. or download this
    sub filestat {
          if (-d $_) {
             if ($_ ne "." && $_ ne "..") {
    ...
             }
          }
    }
    
  3. or download this
    sub iFileCount() { 0; }
    sub iDirCount() { 1; }
    sub iTotalSize() { 2; }
    ...
             }
          }
    }