in reply to Re^2: Is there an IO::*-like interface for accessing tar files?
in thread Is there an IO::*-like interface for accessing tar files?
Since a tar file contains an index, how would the getline() method behave? Would you anticipate being able to iterate through each file within the tar file and then use an IO:: object on each virtual file within that archive (where getline() would apply)?
Just trying to clarify your expectations for my understanding.
--MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is there an IO::*-like interface for accessing tar files?
by atcroft (Abbot) on Feb 26, 2015 at 14:54 UTC | |
by MidLifeXis (Monsignor) on Feb 26, 2015 at 15:17 UTC |