Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    $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'
            };