Skip Menu |

This queue is for tickets about the List-UtilsBy CPAN distribution.

Report information
The Basics
Id: 130816
Status: new
Priority: 0/
Queue: List-UtilsBy

People
Owner: Nobody in particular
Requestors: violapiratejunky [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Support multi "by" values with returned array ref
It would be interesting if all of the by subroutines supported either a scalar returned value, OR an array ref of values. For instance, partition_by: [ $_->height, $_->weight ] Could return something like $hash{$weight}{$height} = $people; # people with $weight and $height This may not make sense for all subroutines, but I think it could be useful.
Subject: Support multi "by" values with returned array ref
It would be interesting if all of the by subroutines supported either a scalar returned value, OR an array ref of values. For instance, partition_by: [ $_->height, $_->weight ] Could return something like $hash{$weight}{$height} = $people; # people with $weight and $height This may not make sense for all subroutines, but I think it could be useful.