Help for this page

Select Code to Download


  1. or download this
    foreach my $path ( keys %paths )
    {
    
  2. or download this
    # : N.B. We explicitly iterate over the paths in order of the
    #   number of directory components.  This is so we don't create
    ...
    # : foreach $path in the @sorted_paths array
        foreach my $path (@sorted_paths) {