Acme-CPANModules-StructuredDATA

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

         __DATA__
         Data::Section::Seekable v1
         part1,0,14
         part2,14,17,important
 
         This is part1
         This is part
         two

        The first paragraph after DATA is called the TOC which lists all the
        parts along with their offsets and lengths. It is therefore possible
        to locate any part just from reading the TOC instead of scanning for
        headers on the whole data. It is useful when the amount of data is
        quite large and you need quick access to random parts.

    *   Inline::Files - Multiple virtual files at the end of your code

        Author: AMBS <https://metacpan.org/author/AMBS>

        This is a prior art for Data::Section but more magical (using source
        filters) and allows writing in addition to reading your parts. It

lib/Acme/CPANModules/StructuredDATA.pm  view on Meta::CPAN

    __DATA__
    Data::Section::Seekable v1
    part1,0,14
    part2,14,17,important

    This is part1
    This is part
    two

The first paragraph after __DATA__ is called the TOC which lists all the parts
along with their offsets and lengths. It is therefore possible to locate any
part just from reading the TOC instead of scanning for headers on the whole
data. It is useful when the amount of data is quite large and you need quick
access to random parts.

_
        },
        {
            module=>'Inline::Files',
            description => <<'_',

lib/Acme/CPANModules/StructuredDATA.pm  view on Meta::CPAN

 __DATA__
 Data::Section::Seekable v1
 part1,0,14
 part2,14,17,important
 
 This is part1
 This is part
 two

The first paragraph after B<DATA> is called the TOC which lists all the parts
along with their offsets and lengths. It is therefore possible to locate any
part just from reading the TOC instead of scanning for headers on the whole
data. It is useful when the amount of data is quite large and you need quick
access to random parts.


=item * L<Inline::Files> - Multiple virtual files at the end of your code

Author: L<AMBS|https://metacpan.org/author/AMBS>

This is a prior art for L<Data::Section> but more magical (using source



( run in 0.807 second using v1.01-cache-2.11-cpan-65fba6d93b7 )