Help for this page

Select Code to Download


  1. or download this
    while ($html =~ /<(\w+).*?>\b$WHATWANT{'term'}?s?\b.*?</\1>/gis) {
      my $tag = $1;
    ...
      elsif ($tag eq 'h1') {
    #....
    }
    
  2. or download this
    while ($html =~ /href=(['"]).*?$WHATWANT{'term'}'?s?.*?\1/gis) { $term
    +shref++; } ## End while