in reply to Re: RFC: pianobar event example
in thread RFC: pianobar event example
although perhaps looking more cryptic, makes inserting and rearranging the columns easier.$line = join',', map {qq/"$_"/} @data{qw/title album artist songSt +ationName/};
$csv->combine(@data{qw/title album artist songStationName/});
|
|---|