Help for this page

Select Code to Download


  1. or download this
    use YAPE::HTML;
    $p = YAPE::HTML->new($CONTENT);
    ...
    for ($p->root) {  # top-level elements
      print $_->fullstring(\@exclude, $level);
    }
    
  2. or download this
    <b>Hi <i>there <s>folks!</s></i></b>
    
    ...
    
    Visit my <img src="naked_woman.jpg"><a
    href="http://www.pornsite.com/">porn site</a>!
    
  3. or download this
    <b>Hi <i>there folks!</i></b>
    
    <br><br>
    
    Visit my porn site!