Help for this page

Select Code to Download


  1. or download this
    <html>
    <body onload = 'init()'>
    ...
    </script>
    </body>
    </html>
    
  2. or download this
    %a = qw/one 1 two 2 three 3 four 4 five 5/;
    $l = keys %a;
    ...
    }
    print OUT "]}\n";
    close OUT;