The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

genre statistics - general statistics on the use of genres in your collection

SYNPOSIS

This script shows how to generate some basic statistics on your music library. It returns the following statistics:

   - All genres
   - number of songs, albums, and artists in each genre

OPTIONS

Options [database] dsn the name of your database user database username, if required pass database password if required adaptor either dbi::sqlite or dbi::mysql (defaults to dbi::mysql) include boolean. If true, all songs, albums, and artists will also be returned.

eg:

 genre_statistics [@options]

AUTHOR

Todd Harris (harris@cshl.org); $Id: genre_statistics.PLS,v 1.1 2005/02/27 16:56:25 todd Exp $