NAME
Oogaboogo::Date - Perl extension for converting Month and Day to the Oogaboogo Language.
SYNOPSIS
use Oogaboogo::Date;
my($sec, $min, $hour, $mday, $mon, $year, $wday) = localtime;
my $day_name = day($wday);
my $mon_name = mon($mon);
DESCRIPTION
The Oogaboogoo language is hard to learn. So, we provide a Perl extension to convert the month and day
EXPORT
None by default.
SEE ALSO
AUTHOR
Jacob Perkins, <jacobperk@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Jacob Perkins
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.