logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       David Golden <dagolden@cpan.org>

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.

Name

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

Synopsis

         use Tie::Handle::SkipHeader;

         tie *FH, 'Tie::Handle::SkipHeader', "<", $filename;

Version

       version 0.004

See Also