Help for this page

Select Code to Download


  1. or download this
                 if ($line =~ /^Parsing \[(sent. \d+) len. \d+\]: \[(.+)\]
    +/) {
    ...
                     $nocomma_sent =~ s/,//g;
                     push( @{$one_match_ref}, $1, $nocomma_sent);
                 }
    
  2. or download this
                 if ($line =~ /^Parsing \[(sent. \d+) len. \d+\]: \[(.+)\]
    +/) {
    ...
                     $nocomma_sent =~ s/,//g;
                     push( @{$one_match_ref}, $nocomma_sent);
                 }