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


in reply to how to set two script sources with cgi.pm start_html

To do this correctly you need to do something pass an arrayref for the -script argument like this:

print $query->start_html(-script=>[ {-src=>'../assests/bwcheck.js'}, {-src=>'../assests/scroller.js'}, ]);

This is well documented in the CGI.pm documentation for start_html.