Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: iterating through json decode

by Eily (Monsignor)
on Feb 08, 2018 at 14:38 UTC ( [id://1208716]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub repl_mongo{
      my ($ref, $depth) = @_;
      return unless $depth;
      if (ref($ref) eq 'ARRAY') {
        ...
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found