Help for this page

Select Code to Download


  1. or download this
    <td><div class="banner"><span id="fulldescription" class="text11g"><b>
    +Description:</b></span></div>
    </td>
    </tr>
    ...
    
    </div>
    </td>
    
  2. or download this
        if ($token->[0] eq 'S' and $token->[1] eq 'div' and
           ($token->[2]{'class'} || '') eq 'text12') {
                            print $stream->get_trimmed_text('/div');
                                                     }
    
  3. or download this
    while(my $token = $stream->get_token) {
    
    ...
                                                            
    
    }