Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention :into / :as for classify / categorize
  • Loading branch information
lizmat committed May 28, 2015
1 parent 22fa8cd commit d2d0057
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions S32-setting-library/Containers.pod
Expand Up @@ -180,6 +180,10 @@ a Hash of Lists. All higher up classifications, will necessarily always be a
Hash of Hashes. Please note that all Parcels must have the same number of
elements.

Two optional named parameters can be specified:
- into specify hash into which should be classified
- as specify code block to get the value to actually classify

To categorize values into multiple categories, see C<categorize>.

=item categorize
Expand Down Expand Up @@ -214,6 +218,10 @@ a Hash of Lists. All higher up categorizations, will necessarily always be a
Hash of Hashes. Please note that all Parcels must have the same number of
elements.

Two optional named parameters can be specified:
- into specify hash into which should be categorized
- as specify code block to get the value to actually categorize

=item grep

multi method grep ( @values: Matcher $test --> List )
Expand Down

0 comments on commit d2d0057

Please sign in to comment.