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


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

would like to read each line of the text in .bz2

You have to split the line(s) on your own using split.

The module allows to use an array for different raisins. See Re^3: Read bzip2 directly into array

Cheers, Sören