http://www.perlmonks.org?node_id=1014999


in reply to Re: need help to create array dynamically
in thread need help to create array dynamically

sorry for confusion.

[ abababa bcbcbcb ]

Data is in this format. It is not in a line. But each start with "[" and end with "]". the array in which i shall put all these 4 lines would not be a one element array then. I shall put this 4 lines in one array , another 4 lines in another array... like this fashion, i need to reads whole file.

Replies are listed 'Best First'.
Re^3: need help to create array dynamically
by Kenosis (Priest) on Jan 23, 2013 at 19:36 UTC

    Thank you for the clarification.

    Why a separate array for each 'chunk?' How will you manage these? What's the end result? Are there blank lines between these chunks? Also, how large is this file?