| Next: Yawns::Submission::Notes | Previous: Yawns::Sidebar | [Table of Contents] |
Yawns::Stats - A module for retrieving site statistics.
#!/usr/bin/perl -w
use Yawns::Stats;
use strict;
#
# Get handle
#
my $stats = Yawns::Stats->new();
#
# Hall of fame.
my $hof = $stats->getStats();
#
# User joining information
my $users = $stats->getUserTimeline();
This module returns interesting information for display upon the "hall of fame" page.
Create a new instance of this object.
Find the "hall of fame" information.
Find the "hall of fame" information.
Invalidate the cached information we contain.
Steve Kemp
http://www.steve.org.uk/
Copyright (c) 2005,2006 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.