Help for this page

Select Code to Download


  1. or download this
    if (grep {!ref($_) or $_->tag ne "a"} $td->content_list) {
      # The element has non-link text
    } else {
      # The element only has <a></a> elements in it
    }