
mcoder::array::get - Perl extension for array_get method generation

use mcoder::array::get qw(runners walkers jumpers);
use mcoder::array::get { coders => '_coders' };
my @coders = $this->coders;

create get methods to retrieve object array attributes.

look at the synopsis!
the get 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.