1Tie::Handle::SkipHeaderU(s3e)r Contributed Perl DocumentaTtiieo:n:Handle::SkipHeader(3)
2
3
4

NAME

6       Tie::Handle::SkipHeader - Tied handle that hides an RFC822-style header
7

VERSION

9       version 0.004
10

SYNOPSIS

12         use Tie::Handle::SkipHeader;
13
14         tie *FH, 'Tie::Handle::SkipHeader', "<", $filename;
15

DESCRIPTION

17       This subclass of Tie::Handle::Offset automatically hides an email-style
18       message header.  After opening the file, it reads up to a blank or
19       white-space-only line and sets the offset to the next byte.
20

AUTHOR

22       David Golden <dagolden@cpan.org>
23
25       This software is Copyright (c) 2012 by David Golden.
26
27       This is free software, licensed under:
28
29         The Apache License, Version 2.0, January 2004
30
31
32
33perl v5.32.0                      2020-07-28        Tie::Handle::SkipHeader(3)
Impressum