Help for this page

Select Code to Download


  1. or download this
    use HTML::Tiny;
    
    my $h = HTML::Tiny->new;
    ...
        )
      ]
    );
    
  2. or download this
    <html><head><title>Sample page</title></head>
    <body><h1 class="main">Sample page</h1><p>Hello, World</p>
    <p class="detail">Second para</p>
    </body>
    </html>