table of contents
Tie::Handle::SkipHeader(3) | User Contributed Perl Documentation | Tie::Handle::SkipHeader(3) |
NAME¶
Tie::Handle::SkipHeader - Tied handle that hides an RFC822-style header
VERSION¶
version 0.004
SYNOPSIS¶
use Tie::Handle::SkipHeader; tie *FH, 'Tie::Handle::SkipHeader', "<", $filename;
DESCRIPTION¶
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.
AUTHOR¶
David Golden <dagolden@cpan.org>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2012 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
2019-04-03 | perl v5.40.0 |