The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WARC::Record::Block - data block from a WARC file

SYNOPSIS

  use WARC::Record;

DESCRIPTION

This is an internal class used to implement the open_block instance method on WARC::Record objects. This class provides tied filehandles and the methods are documented in "Tying FileHandles" in perltie and perlfunc.

AUTHOR

Jacob Bachmeyer, <jcb@cpan.org>

SEE ALSO

WARC::Record "Tying FileHandles" in perltie perlfunc

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Jacob Bachmeyer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.