http://qs321.pair.com?node_id=109575

pitbull3000 has asked for the wisdom of the Perl Monks concerning the following question:

i try to include two external javascript files with the following code into the output html file, but it always just prints the last one, and not both... any clue how i could solve this
print $query->start_html(-script=>{ -src=>'../assets/bwcheck.js', -src=>'../assets/scroller.js'}, );