Help for this page

Select Code to Download


  1. or download this
        $line = join',', map {qq/"$_"/} @data{qw/title album artist songSt
    +ationName/};
    
  2. or download this
        $csv->combine(@data{qw/title album artist songStationName/});