in reply to Re: Help Using Split and Arrays
in thread Help Using Split and Arrays
I'm new to arrays. Can I take the array that's storing the information pulled from the file and split it like you're doing the string you've written into the code?
Something like this?
my @newarray= split (/,/,$data);
It may be easy but for some reason I can't word the questions I have right to get what I need. Maybe that's all I need to do.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help Using Split and Arrays
by John M. Dlugosz (Monsignor) on Apr 23, 2011 at 04:54 UTC | |
by burningredmoon (Novice) on Apr 24, 2011 at 16:45 UTC |