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

I have no problem with pattern matching. and can u please elaborate where to use split in this case

  • Comment on Re^2: need help to create array dynamically

Replies are listed 'Best First'.
Re^2: need help to create array dynamically
by aitap (Curate) on Jan 23, 2013 at 19:36 UTC
    Well, split your example by \n. You may also want to play with $/ to split a sequence of these examples from a file to smaller parts to be splitted by \n. Or you may read your file by for lines if you check the value of the $. variable.
    Sorry if my advice was wrong.