Help for this page
use strict; use warnings; ... exc_artists= a list of artists to exclude exc_songs= a list of songs to exclude exc_year= a list of years to exclude
$VAR1 = { 'inc_genres' => ' a list of genres to include', ... 'exc_artists' => ' a list of artists to exclude', 'exc_genres' => ' a list of genres to exclude' };