Help for this page

Select Code to Download


  1. or download this
    use YAPE::HTML;
    use strict;
    ...
    while (my $tag = $ext->()) {
      # an <H1>, <H2>, or <H3>
    }
    
  2. or download this
    use YAPE::HTML;
    use strict;
    ...
      }
      else { print $chunk->string }
    }