in reply to Re: Is there an IO::*-like interface for accessing tar files?
in thread Is there an IO::*-like interface for accessing tar files?
Thank you for the feedback.
I was looking for something to read the contents of the file (a compressed archive of log files, for the curious). If possible, I was trying to retain the use of the close(), getline(), and input_line_number calls from the IO::* modules, so I could localize my dependent logic to one place.
I looked at the nextStream method you suggested, but it did not appear to do what I needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is there an IO::*-like interface for accessing tar files?
by MidLifeXis (Monsignor) on Feb 26, 2015 at 12:58 UTC | |
by atcroft (Abbot) on Feb 26, 2015 at 14:54 UTC | |
by MidLifeXis (Monsignor) on Feb 26, 2015 at 15:17 UTC |