| my($code, $hdr, $type, $data) = process_query($method, $path, $qs, $post, $user); | my($code, $hdr, $type, $data) = process_query($method, $path, $qs, $post, $user); | ||||
| #print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data); | |||||
| print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data); | |||||
| $hdr = [ ] if !defined $hdr; | $hdr = [ ] if !defined $hdr; | ||||