$line = join',', map {qq/"$_"/} @data{qw/title album artist songStationName/}; #### $csv->combine(@data{qw/title album artist songStationName/});