Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^7: Server-side processing?

by marto (Cardinal)
on Feb 15, 2024 at 10:37 UTC ( [id://11157707]=note: print w/replies, xml ) Need Help??

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";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11157707]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-05-22 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found