Help for this page
use Modern::Perl; ... <title>Greetings</title> <table><tr><td>Hello World</table> <!-- This is a valid HTML5 document. See http://validator.w3.org/check + -->
<!doctype html> <title>Greetings</title> ... <script type="application/ecmascript"> window.alert(document.querySelector('tbody').textContent); </script>