Help for this page

Select Code to Download


  1. or download this
    # In your initialisation code
    my $stats_update_frequency = 300;
    ...
        update_stats();
        $last_stats_update = time;
    }