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