Help for this page

Select Code to Download


  1. or download this
    <html>
    <body>
    ...
    <p>The <a href="http://www.bbc.co.uk">BBC</a>, says,...</p>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    use HTML::Tree;
    ...
    }
    
    wiki_render($tree);