Acme-Akashic-Records
view release on metacpan or search on metacpan
lib/Acme/Akashic/Records.pm view on Meta::CPAN
$Id: Records.pm,v 0.1 2010/10/02 16:40:12 dankogai Exp dankogai $
=cut
=head1 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>;
=head1 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.
=head1 SUBROUTINES/METHODS
( run in 0.822 second using v1.01-cache-2.11-cpan-483215c6ad5 )