![]() |
![]()
| ![]() |
![]()
NAMEDBIx::SearchBuilder::Util - Utility and convenience functions for DBIx::SearchBuilderSYNOPSISuse DBIx::SearchBuilder::Util qw( sorted_values ); # or other function you want EXPORTED FUNCTIONSsorted_valuesTakes a hash or hashref and returns the values sorted by their respective keys.Equivalent to map { $hash{$_} } sort keys %hash but far more convenient. LICENSE AND COPYRIGHTCopyright (c) 2013 Best Practical Solutions, LLC. All rights reserved.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|