Help for this page

Select Code to Download


  1. or download this
    ({
        "items": [
    ...
           }
            ]
    })
    
  2. or download this
    my $dbh = DBI->connect("DBI:mysql:$dbname:$host", $usr, $pwd, {
                                      RaiseError => 1,
    ...
    
    print "Content-type: text/html\n\n";  
    print $results;