NAME

Catmandu::MultiIterator - chain multiple iterators together

SYNOPSIS

    my $it = Catmandu::MultiIterator->new(
        Catmandu::Importer::Mock->new,
        Catmandu::Importer::Mock->new,
    );
    # return all the items of each importer in turn
    $it->each(sub {
        # ...
    });

METHODS

All Catmandu::Iterable methods are available.

Questions & Answers

Helpful answers and articles about Catmandu::MultiIterator you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search