in reply to Re^2: Extracting data from a string
in thread Extracting data from a string

Hi, Yes. It's a mess, because the text between quotes has also commas. Kind regards, Kepler

Replies are listed 'Best First'.
Re^4: Extracting data from a string
by ikegami (Patriarch) on Feb 21, 2011 at 09:33 UTC

    So what was the point of your post? [ ack! Thought the parent was from viveksnv ]

    Not to detract from split's uselessness here, note that most of the "badness" came from «while (<@array>)» when you meant to use «for (@array)». «while (<@array>)» is equivalent to «while (defined($_ = glob(join($", @array))))».

      Hi Kepler,

      I just gave an idea...not solution...sorry if that reply waste your time.