Help for this page

Select Code to Download


  1. or download this
    1. @sorted_original_cellnames
    2. @sorted_top_cellnames
    
  2. or download this
    @test1{@sorted_original_cellnames} = undef;
              @not_found_in_original = grep{!exists $test1{$_}}@sorted_top
    +_cellnames;
    
  3. or download this
    @test2{@sorted_top_cellnames} = undef;
              @not_found_in_topcell = grep{!exists $test2{$_}}@sorted_orig
    +inal_cellnames;
    
  4. 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.