Array-Group
Array-group
https://metacpan.org/release/Array-Group
module that converts an array into array of arrayrefs of uniform size N
Array::Group is a module for converting a list into a list of arrayrefs of the same size. It exports two methods:
The ngroup method reformats a list into a list of arrayrefs. It is often used for formatting data into HTML tables, amongst other things.
dissect() returns a list of lists where the first element of each sublist will be one of the first elements of the source list, and the last element will be one of the last. This behaviour is much more useful when the input list is sorted.
The key difference between the two methods is that dissect() takes elements from the start of the list provided and pushes them onto each of the subarrays sequentially, rather than simply dividing the list into discrete chunks.
Download
http://ftp.debian.org/debian/pool/main/liba/libarray-group-perl/libarray-group-perl_4.1.orig.tar.gz
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Verified on
9 February 2014
Notes
License: artistic or gpl-1+
Leaders and contributors
Contact(s) | Role |
---|---|
Terrence Brannon | contact |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) (R) | https://tracker.debian.org/pkg/libarray-group-perl | |
Perl (Ref) | https://metacpan.org/release/Array-Group |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.