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

    Catmandu::HTML - Modules for handling HTML data within the Catmandu
    framework

SYNOPSIS

    Command line client catmandu:

      catmandu convert HTML to JSON < ex/test.html > data/test.json
    
      catmandu convert JSON to HTML < data/test.json > ex/test.html

    See documentation of modules for more examples.

AVAILABLE MODULES

    Catmandu::Exporter::HTML

      Serialize HTML data

    Catmandu::Importer::HTML

      Parse HTML data

    Catmandu::Fix::html_filter_tag

      Filter HTML tags and optional group them

SEE ALSO

    This module is based on Catmandu

AUTHORS

    Patrick Hochstenbach, patrick.hochstenbach at ugent.be

COPYRIGHT AND LICENSE

    The Perl software is copyright (c) 2018 by Patrick Hochstenbach. This
    is free software; you can redistribute it and/or modify it under the
    same terms as the Perl 5 programming language system itself.