diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2010-11-18 00:17:40 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2010-11-18 00:17:40 +0000 |
commit | 6150a2b7ea590534f0cd872e4477992ebd861aed (patch) | |
tree | 8f38b5d67f54e3f7d85787d0f5de497a2f5f12aa /misc/p5-Array-LineReader/pkg-descr | |
parent | 78a9720df17b6a273922b8c441e9c1cbbaee6bee (diff) |
Notes
Diffstat (limited to 'misc/p5-Array-LineReader/pkg-descr')
-rw-r--r-- | misc/p5-Array-LineReader/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/p5-Array-LineReader/pkg-descr b/misc/p5-Array-LineReader/pkg-descr new file mode 100644 index 000000000000..f76209d409e2 --- /dev/null +++ b/misc/p5-Array-LineReader/pkg-descr @@ -0,0 +1,8 @@ +Array::LineReader gives you the possibility to access lines of some file by +the elements of an array. This modul inherites methods from Tie::Array (see +Tie::Array). You save a lot of memory, because the file's content is read +only on demand, i.e. in the case you access an element of the array. The +offset and length of all the lines is hold in memory as long as you tie your +array. + +WWW: http://search.cpan.org/dist/Array-LineReader/ |