[go: up one dir, main page]

File: TODO

package info (click to toggle)
libfile-data-perl 1.20-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: perl: 613; makefile: 5; sh: 4
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...?