Next | System Programming in Perl | 29 |
The process open file table is copied on fork
But the file pointers themselves are shared
A process can close a file without affecting its parent
But if it changes the seek pointer, the parent will see the change
Next | 29 |