Tie::Handle::SkipHeader − Tied handle that hides an RFC822−style header
version 0.004
use
Tie::Handle::SkipHeader;
tie *FH, 'Tie::Handle::SkipHeader', "<",
$filename;
This subclass of Tie::Handle::Offset automatically hides an email−style message header. After opening the file, it reads up to a blank or white−space−only line and sets the offset to the next byte.
David Golden <[email protected]>
This software is Copyright (c) 2012 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004