![]() |
![]()
| ![]() |
![]()
NAMESort::Key::DateTime - Perl extension for sorting objects by some DateTime key SYNOPSISuse Sort::Key::DateTime qw(dtkeysort); my @sorted = dtkeysort { $_->date } @meetings; DESCRIPTIONSort::Key::DateTime allows to sort objects by some (calculated) key of type DateTime. EXPORTS
SEE ALSOSort::Key, Sort::Key::Maker, perl sort function docs. DateTime module documentation and FAQ available from the DateTime project web site at <http://datetime.perl.org/> AUTHORSalvador Fandiño, <sfandino@yahoo.com<gt> COPYRIGHT AND LICENSECopyright (C) 2005, 2010 by Salvador Fandiño This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
|