Help for this page

Select Code to Download


  1. or download this
    
    my $p = './a';
    ...
    
    print "--> $_\n" for @paths;
    # this has been tested
    
  2. or download this
    find( sub {
       next unless -d;
    ...
       mkdir File::Spec->catpath( ... )
    } , ' ... '
    );