Help for this page

Select Code to Download


  1. or download this
    package WalkTree;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    my $filefunc = sub { 
        if( $filter ) { 
    ...
        sub { push @dirs , File->new( name => $_[0] ) },
        $prune
    );