Ravi Malghan schreef: > I want to split this string into an array using comma seperator, but > the problem is some values have one or more commas within them.
That is a common problem. First split on comma, then recombine elements by using out-of-band knowledge. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/