logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::SearchBuilder::Util - Utility and convenience functions for DBIx::SearchBuilder

Exported Functions

sorted_values
       Takes a hash or hashref and returns the values sorted by their respective keys.

       Equivalent to

           map { $hash{$_} } sort keys %hash

       but far more convenient.

Name

       DBIx::SearchBuilder::Util - Utility and convenience functions for DBIx::SearchBuilder

Synopsis

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

See Also