Data-Partial-Google

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        foo,bar,baz

  Descendants
    Use the slash operator to select properties within properties:

       foo/bar/baz

    will return the 'baz' property of the 'bar' property of the 'foo'
    property.

    Arrays are handled transparently: if 'foo' is an array, then the rule
    'bar/baz' will be applied to every entry in 'foo'.

  Sub-selection
    Use the parentheses to select specific properties from inside another:

        foo(bar,baz)

    selects the 'bar' and 'baz' properties from 'foo' (or from each element
    in 'foo').

lib/Data/Partial/Google.pm  view on Meta::CPAN

    foo,bar,baz

=head2 Descendants

Use the slash operator to select properties within properties:

   foo/bar/baz

will return the 'baz' property of the 'bar' property of the 'foo' property.

Arrays are handled transparently: if 'foo' is an array, then the rule
'bar/baz' will be applied to every entry in 'foo'.

=head2 Sub-selection

Use the parentheses to select specific properties from inside another:

    foo(bar,baz)

selects the 'bar' and 'baz' properties from 'foo' (or from each element in
'foo').



( run in 0.535 second using v1.01-cache-2.11-cpan-0a6323c29d9 )