in reply to Re: Super Diff?
in thread Super Diff?
is that I need to build in logic for brain-dead people that are responsible for certain naming-conventions contained in these files. Because of this, the above could incorrectly report a not-equalling b, based upon my definition of "equals"foreach my $file(@list_of_files_to_compare_to_start_date_file){ if ($file_a != $file) { print "$file\n"; } }
|
|---|