
mcoder::array::set - Perl extension for array_set method generation

use mcoder::array::set qw(runners walkers jumpers);
use mcoder::array::set { coders => '_coders' };
$this->set_coders(qw(foo bar me));

create set methods for array attributes.

look at the synopsis!
the set methods defined


Salvador Fandiño, <sfandino@yahoo.com>

Copyright 2005 by Salvador Fandiño
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.