in reply to Re^2: Question on seek()
in thread Question on seek()

Hmm my C does not. It just tells that something is missing. perl does this also with warnings enabled. Start any of you scripts with:
use strict; use warnings;
I learned about the constants for seek from the docs of seek.
Boris