Help for this page
<!doctype html> <html lang="en"> ... </script> </body> </html>
#!/usr/bin/perl use CGI; ... print "Content-type: application/json; charset=iso-8859-1\n\n"; print JSON::to_json(\@data);