Help for this page

Select Code to Download


  1. or download this
    my $text = $t->get("1.0", "end"); 
    foreach my $line (split /\n/, $text) {
    
  2. or download this
    for (split /\n/, $text) {
      if (/\b$string\b/) {