in reply to Re: Re: Splitting a hash
in thread Splitting a hash
The data that you wanted (the separated fields) were in the variables you split them to. You ignored them, perhaps expecting the values within the hash itself to become split. But the original values remained as they were, because split returns a new array of values. It doesn't affect the original.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: Splitting a hash
by sulfericacid (Deacon) on Mar 11, 2003 at 05:16 UTC |