Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. my $toUpdate = from_json($self->req->param('json'));
  2. $self->debug($self->req->param('json'));
  3. $self->debug($self->dumper($toUpdate));
  4.  
  5.  
  6.  
  7. [Fri Jan 9 21:21:45 2015] [debug] {"name":"Test user","id":"72","mobile":[" 7 (123) 456-78-90"]}
  8. [Fri Jan 9 21:21:45 2015] [debug] {
  9. "id" => 72,
  10. "mobile" => [
  11. " 7 (123) 456-78-90"
  12. ],
  13. "name" => "Test user",
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement