Filter-CommaEquals version 0.01 =============================== Filter::CommaEquals adds support for ,= to any package or script. Perl has +=, -=, /=, *=, .=, and so forth to operate on scalars, but it doesn't have ,= to operate on arrays. This module effectively lets you rewrite push statements with ,= instead. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module has no dependencies other than Perl itself. COPYRIGHT AND LICENCE Copyright (C) 2005 by Gryphon Shafer This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.7.1 or, at your option, any later version of Perl 5 you may have available.