Description
File readers can expose only the portion of a file after a chosen byte offset. This tied handle hides the beginning of a file from Perl code that consumes a stream. It is useful for parsers, embedded data formats, and tools that need to skip headers or wrappers.