Next:
Yawns::Submission::Notes
Previous:
Yawns::Sidebar
 [Table of Contents]

Yawns::Stats



NAME

Yawns::Stats - A module for retrieving site statistics.

SYNOPSIS

    #!/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();

DESCRIPTION

This module returns interesting information for display upon the "hall of fame" page.

new

  Create a new instance of this object.

getStats

  Find the "hall of fame" information.

getUserTimeline

  Find the "hall of fame" information.

invalidateCache

  Invalidate the cached information we contain.

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

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.


[Top] Generated by HTML::FromPod 0.49 on Fri Nov 21 03:03:58 2008