Help for this page

Select Code to Download


  1. or download this
    @parsed=split/\s/,$line;
    $CR{substr($parsed[3],1,11)}[$line=~/(NNNNN)/+2*$line=~/(XXXXX)/]++;
    
  2. or download this
    $CR{substr(split(/\s/,$line)[3],1,11)}[$line=~/(NNNNN)/+2*$line=~/(XXX
    +XX)/]++;