Help for this page

Select Code to Download


  1. or download this
        sub dump_data_for_path {
            my $path = shift;
    ...
                dump_data_for_path("$path/$_", $directory{$_});
            }
        }