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,
    ...
    my $encoded = encode_json \%output;
    
    print $Cgi->header( -type => 'application/json' ),$encoded;