File: TODO

package info (click to toggle)
libfile-data-perl 1.20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 613; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File::Data todo list

File::Data->new($FH); # \*FH?

remove()

using Tie::Array|File to get at each line, instead of slurping?
 
use Tie::File

binary files 

large files

use binmode

create()

delete()

concurrent access...?