Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    var headname<%= $_ + 1 %> = "<%= $vars->[$_] %>";
    <% } %>
    </script>
    
  2. or download this
    <script>
    
    ...
    var headname4 = "qux";
    
    </script>
    
  3. or download this
    use strict;
    use warnings;
    ...
    var headname = <%== "[@$vars]" %>;
    alert( headname );
    </script>