NAME
Acme::Akashic::Records - Access The Akashic Records
VERSION
$Id: Records.pm,v 0.1 2010/10/02 16:40:12 dankogai Exp dankogai $
SYNOPSIS
use Acme::Akashic::Records;
my $akashik = new Acme::Akashic::Records;
# They ALL access the Akashik Records.
say $akasik;
say $akasik->first;
say $akasik->last;
say $akasik->[0];
say $akasik->[0+$akashik];
say $akasik->{''.$akashik};
say $akasik->($akashik);
say <$akashik>;
DESCRIPTION
Acoording to Wikipedia, the akashik records are described as "containing all knowledge of human experience and the history of the cosmos."
In other words, the akashik records always contain the akashik records themselves. This module offers exactly such records.
SUBROUTINES/METHODS
You can use ANY name for its constructor, accessor, and mutator.
AUTHOR
Dan Kogai, <dankogai+cpan at gmail.com>
BUGS
Please report any bugs or feature requests to bug-acme-akashic-records at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Akashic-Records. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::Akashic::Records
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Akashic-Records
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
http://en.wikipedia.org/wiki/Akashic_records
http://q.hatena.ne.jp/1286016172
LICENSE AND COPYRIGHT
Copyright 2010 Dan Kogai.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.