Method-Slice ============ Perl has a very convenient feature called I, to extract several pieces of information at once from an array or from a hash (see L (for "method slice"), that takes an object and a collection of method names, and encapsulates a list of method calls, either to get a list of attributes, or to set them in a single list operation. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Method::Slice You can also look for information at: RT, CPAN's request tracker (report bugs here) http://rt.cpan.org/NoAuth/Bugs.html?Dist=Method-Slice AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Method-Slice CPAN Ratings http://cpanratings.perl.org/d/Method-Slice Search MetaCPAN https://metacpan.org/module/Method::Slice LICENSE AND COPYRIGHT Copyright (C) 2013 Laurent Dami This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: L