Help for this page

Select Code to Download


  1. or download this
    recurse_dir  ($_)  if -d;
    
  2. or download this
    while (readdir D) {
        if (-d) {
    ...
            process_file($_) if -f
            }
        }