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

Did you? Run your program.

Replies are listed 'Best First'.
Re^3: Extracting data from a string
by kepler (Scribe) on Feb 21, 2011 at 09:32 UTC
    Hi, Yes. It's a mess, because the text between quotes has also commas. Kind regards, Kepler

      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.