print $q->start_html(-title=>'The Riddle of the Sphinx', -script=>{-type=>'JAVASCRIPT', -src=>'/javascript/sphinx.js'} ); print $q->(-title=>'The Riddle of the Sphinx', -script=>{-type=>'PERLSCRIPT', -code=>'print "hello world!\n;"'} );