Help for this page

Select Code to Download


  1. or download this
    
    package ChunkOData;
    ...
     }
     $chunk->print;
    }
    
  2. or download this
    my $key = $chunk->key;
    next unless $key{OU} eq 'VALUE1';
    my $otherkey = $chunk->key_as_string;  # X=foo/Y=bar/..