Help for this page

Select Code to Download


  1. or download this
    print CGI::start_html( ...
            -script=>[
               {-type=>'JAVASCRIPT', -src=>'../js/utils.js'},
            ]
        ), "\n";
    
  2. or download this
    print qq~
        <script type="text/javascript">
    ...
            }
        </script>
    ~;