#!sdh use strict; use warnings; $SDH::r->content_type('text/html'); SDH::inc('/head'); print << "EOT"; Test 1 This link should open in a new window. This page will fail W3C validation, but uses the most elegant method currently available. EOT print << "EOT"; EOT 'HTTP_OK';