Help for this page

Select Code to Download


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