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){