https://github.com/cosimo/perl5-acme-24
Acme::24 CPAN module public repository
https://github.com/cosimo/perl5-acme-24
Last synced: 12 months ago
JSON representation
Acme::24 CPAN module public repository
- Host: GitHub
- URL: https://github.com/cosimo/perl5-acme-24
- Owner: cosimo
- Created: 2009-08-09T12:52:32.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T13:25:24.000Z (over 14 years ago)
- Last Synced: 2025-04-09T21:50:01.610Z (about 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Acme-24
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
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();
# 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'
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
B, 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, L
LICENSE
Artistic License, same as Perl itself.