Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by pitbull3000 (Beadle)
on Sep 01, 2001 at 03:56 UTC ( [id://109579]=note: print w/replies, xml ) Need Help??


in reply to 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

unfortunately this is also not working, now it outputs even no script src, i already tried it this way. really dont know out of this problem
  • Comment on Re: Re: how to set two script sources with cgi.pm start_html

Replies are listed 'Best First'.
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
    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://109579]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-10-09 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (45 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.