Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: how to set two script sources with cgi.pm start_html

by chromatic (Archbishop)
on Sep 01, 2001 at 05:08 UTC ( #109588=note: print w/replies, xml ) Need Help??


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

Which version of CGI do you have installed? What does it print? Here's what I get, on Perl 5.5.3, with CGI version 2.752.
$ perl use CGI; my $query = CGI->new(); print $query->start_html(-script=>[ {-src=>'../assests/bwcheck.js'}, {-src=>'../assests/scroller.js'}, ]); <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head><title>U +ntitled Document</title> <script src="../assests/bwcheck.js" type="text/javascript" language="J +avaScript"></script> <script src="../assests/scroller.js" type="text/javascript" language=" +JavaScript"></script> </head><body>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://109588]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2023-04-01 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?