
mcoder::array::calculated - Perl extension for array_calculated method generation

use mcoder::array::calculated qw(runners walkers jumpers);
use mcoder::array::calculated { coders => '_coders' };
sub _calculate_runners { qw(one two three) }
sub _calculate_walkers { ... }
sub _calculate_jumpers { ... }
sub _calculate_coders { ... }

create get methods to retrieve object attributes that automatically call a _calculate_* method when the attribute doesn' exist.

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.