NAME
PerlMongers::MadMongers - Madison Wisconsin Area Perl Mongers
VERSION
version 0.0001
SYNOPSIS
use PerlMongers::MadMongers;
my $mm = PerlMongers::MadMongers->new;
say join(',' @{$mm->members});
say $mm->website;
say $mm->add_values(1,2,3,4);
DESCRIPTION
This is a set of utilities for the local Madison Perl Mongers group.
METHODS
new()
Constructor.
members()
Returns an array reference of the first names of the people who showed up on 2016-04-12.
website()
Returns the URL string of our web site.
add_values(value1, value2, ...)
Takes a list of values and returns their sum.
COPYRIGHT
Licensed under the same terms as Perl itself.