Help for this page

Select Code to Download


  1. or download this
    for my $file (sort keys %old_list) {
        if ( !defined $new_list{$file} ) {
          push @diffs, "Old file not in new: $file";
        }
    }