Help for this page

Select Code to Download


  1. or download this
    {"748847":"Jane Deo"}
    
  2. or download this
    use DBI;
    use JSON::XS;
    ...
    my $json;
    $json->{data} = $dbh->selectall_arrayref('SELECT idnum, fname FROM dbu
    +ser', {Slice => {}} );
    warn encode_json( $json );
    
  3. or download this
    print "Content-type: text/html\n\n";