in reply to Nagging space after splitting
perl -MData::Dumper -e ' $str = ",STRING,"; @ar = split(/,/,$str); print Dumper \@ar;' [download]