Help for this page

Select Code to Download


  1. or download this
    foreach my $i (0 .. $#txtoken) {
        foreach my $j (0 .. $#{txtoken[$i]}) {
            if ($txtoken[$i][$j] eq "temeli" and $pstoken[$i][$j] eq "n") 
    +{
    ...
            }
        }
    }