- or download this
1. @sorted_original_cellnames
2. @sorted_top_cellnames
- or download this
@test1{@sorted_original_cellnames} = undef;
@not_found_in_original = grep{!exists $test1{$_}}@sorted_top
+_cellnames;
- or download this
@test2{@sorted_top_cellnames} = undef;
@not_found_in_topcell = grep{!exists $test2{$_}}@sorted_orig
+inal_cellnames;
- or download this
Use of uninitialized value in exists at checkmodlist.pl line 355.
Use of uninitialized value in hash slice at checkmodlist.pl line 358.