Help for this page

Select Code to Download


  1. or download this
    for $boxes (@find_text) {
      if (length($boxes->value) > 100) {
         print $boxes->value;
      }
    }