in reply to
Splitting Multiple files into arrays.
What does the data in your files look like, and what outcome do you expect to get?
Comment on
Re: Splitting Multiple files into arrays.
Replies are listed 'Best First'.
Re^2: Splitting Multiple files into arrays.
by
devbond
(Novice)
on Jul 21, 2013 at 10:24 UTC
Date Value1 value2 value3 value 4 Date Value1 value2 value3 value 4 .. .. .. .. .. upto 25 times. i want to extract each value into an array element
[reply]
In Section
Seekers of Perl Wisdom