in reply to using syscalls in perl through inline c
My problem is I want to use the getdents() syscall from perl to receive a file list
Use readdir. Long form of this posting.
See using Linux getdents syscall and failing to use getdents system call on Linux for other futile attempts.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using syscalls in perl through inline c
by ofer (Novice) on Jan 16, 2017 at 14:21 UTC | |
by stevieb (Canon) on Jan 16, 2017 at 14:41 UTC | |
|
Re^2: using syscalls in perl through inline c
by glasswalk3r (Friar) on Apr 23, 2017 at 18:23 UTC |