a,b,"hey, you","str1, str2, str3",end #### @fields = split(/\,/, $line); #### a b "hey, you" "str1, str2, str3" end
## @fields = split(/\,/, $line); ##
## a b "hey, you" "str1, str2, str3" end