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'}, );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how to set two script sources with cgi.pm start_html
by wog (Curate) on Sep 01, 2001 at 03:47 UTC | |
by pitbull3000 (Beadle) on Sep 01, 2001 at 03:56 UTC | |
by chromatic (Archbishop) on Sep 01, 2001 at 05:08 UTC |
Back to
Seekers of Perl Wisdom