Help for this page

Select Code to Download


  1. or download this
    my @elements = grep { exists $_->{$captureId} } @outputFiles;
    
  2. or download this
    my @indexes = grep { 
      exists $outputFiles[$_]{$captureId} 
    } 0..$#outputFiles;