Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: iterating through json decode

by poj (Abbot)
on Feb 08, 2018 at 14:33 UTC ( [id://1208715]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #foreach my $item (keys %{$_[0]}){
    #   repl_mongo($key,$_[1]-1 );
    foreach my $key (keys %{$_[0]}){
        repl_mongo($_[0]->{$key},$_[1]-1 );
    }
    
  2. or download this
    #if (index("ISODate",$_[0]) >= 0){ 
    if (index($_[0],"ISODate") >= 0){
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (11)
As of 2024-03-28 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found