NAME

Acme::24 - Your favourite TV-show Acme module

SYNOPSIS

use Acme::24;

# Tell me some random quote about Jack Bauer
print Acme::24->random_jackbauer_fact();
# 'Jack Bauer went out to the desert, and was bitten by a rattlesnake.
#  The snake died.'

# Returns an arrayref with 24 random facts
my $facts = Acme::24->random_jackbauer_facts();

# Every call collects 24 random facts in a text file
# called `/tmp/superhero.txt' in fortune text format
Acme::24->collect_facts('/tmp/superhero.txt');

DESCRIPTION

This module was written because I'm somewhat crazy, and I'm also passionate about the 24 tv-show, but in particular of the KingOfTheAssKickers(tm), Jack Bauer, a mythical super-hero, something between Duke Nukem and Chuck Norris.

BUGS

One probably: this module should not really be on CPAN, it takes space, although fortunately only a little.

AUTHOR

Cosimo Streppone, cosimo@cpan.org

LICENSE

Artistic License, same as Perl itself.