| Acme-24 documentation | view source | Contained in the Acme-24 distribution. |
Acme::24 - Your favourite TV-show Acme module
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 25 random facts
my $facts = Acme::24->random_jackbauer_facts();
# Every call collects 25 random facts in a text file
# called `/tmp/superhero.txt' in fortune text format
Acme::24->collect_facts('/tmp/superhero.txt');
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.
One probably: this module should not really be on CPAN, it takes space, although fortunately only a little.
Cosimo Streppone, cosimo@cpan.org
Artistic License, same as Perl itself.
| Acme-24 documentation | view source | Contained in the Acme-24 distribution. |