Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
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.
|