Help for this page

Select Code to Download


  1. or download this
    for my $i (1..$table->Rows->Count) {
        for my $j (1..$table->Columns->Count) {
    ...
            print "($i:$j) $text\n" if $text =~ /$pattern/;
        }
    }