Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '_shards' => {
    ...
              'took' => 0,
              'timed_out' => undef
            };
    
  2. or download this
    foreach $_(@testarray) {
        print Dumper $_->{'hits'}{'hits'}->[0]->{'_source'};
        }