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