in reply to Re^3: Extracting data from a string
in thread Extracting data from a string
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))))».
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Extracting data from a string
by viveksnv (Sexton) on Feb 21, 2011 at 09:42 UTC |