Hello all.

I've got a file CSV with 3 column
name,surname,group

if one of the column has got a space like
Davide,Super Dooper,Group
I cannot use it in a for loop

for i in `cat list.csv` ; do echo $i ; done
the result is
Davide,Super
Dooper,Group

how can I have all inone line?
Really thanks.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to