1DBIx::SearchBuilder::UtUisle(r3)Contributed Perl DocumenDtBaItxi:o:nSearchBuilder::Util(3)
2
3
4

NAME

6       DBIx::SearchBuilder::Util - Utility and convenience functions for
7       DBIx::SearchBuilder
8

SYNOPSIS

10           use DBIx::SearchBuilder::Util qw( sorted_values );  # or other function you want
11

EXPORTED FUNCTIONS

13   sorted_values
14       Takes a hash or hashref and returns the values sorted by their
15       respective keys.
16
17       Equivalent to
18
19           map { $hash{$_} } sort keys %hash
20
21       but far more convenient.
22
24       Copyright (c) 2013 Best Practical Solutions, LLC.  All rights reserved.
25
26       This library is free software; you can redistribute it and/or modify it
27       under the same terms as Perl itself.
28
29
30
31perl v5.32.1                      2021-04-27      DBIx::SearchBuilder::Util(3)
Impressum