in reply to Re^3: Read bzip2 directly into array
in thread Read bzip2 directly into array

I would like to read each line of the text in .bz2 and pattern matching them with some keyword. But the problem with your code is the foreach loop only run once. That's why I thought want to store them in an array and use foreach to loop through all of the elements. But I don't know how to integrate the array as the output of the bzip2.

Replies are listed 'Best First'.
Re^5: Read bzip2 directly into array
by Happy-the-monk (Canon) on Apr 03, 2012 at 12:03 UTC