Help for this page

Select Code to Download


  1. or download this
    use strict;
    use HTML::TokeParser;
    ...
    
    print Dumper (\%tokencount);
    
  2. or download this
    <html lang='en-US'>
    <head>
    ...
    <h1>Me not!</h1>
    </body>
    </html>
    
  3. or download this
    $VAR1 = {
              'h1' => 2,
    ...
              'title' => 1,
              'h2' => 3
            };