Help for this page

Select Code to Download


  1. or download this
    
        print start_html(
    ...
    
            -script            =>    [{-type=>"text/javascript", -src=>"/p
    +ath/file1.js"}, {-type=>"text/javascript", -src => "path/file2.js"}, 
    +{-type=>"text/javascript", -src => "$_js_path"}, {-code=> "$jscript"}
    +],
    ...
    
  2. or download this
    
    if($otherBlocksOfCode[0]) {# Already created...
    ...
    
            -script            =>    [@otherBlocksOfCode, {-type=>"text/ja
    +vascript", -src => "path/file2.js"}, {-type=>"text/javascript", -src 
    +=> "$_js_path"}, {-code=> "$jscript"}],
    ...