I have a question regarding perl sysseek.
I have a C program that writes/closes a file at random intervals. Then I have this perl script that gets the size (using sysseek) of the file also at random intervals. What would happen if I use sysseek to get the size while my C program is writing to it.