Help for this page

Select Code to Download


  1. or download this
    for my $hit ( @{ $VAR1->{hits}{hits} } ) {
        print "hit: '$hit->{_id}'\n";
    ...
            print "key: '$key', val: '$val'\n";
        }
    }
    
  2. or download this
    hit: 'AV6SrwuTv7sBjjRqMiW1'
    key: 'request', val: '/index.php'
    ...
    hit: 'AV6UL-DOv7sBjjRqMidb'
    key: 'request', val: '/'
    key: 'clientip', val: '192.168.1.1'