logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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