The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Record::Serialize::Encode::html - encode a record as html

VERSION

version 0.02

SYNOPSIS

    use Data::Record::Serialize;
    my $s = Data::Record::Serialize->new( encode => 'html', ... );
    $s->send( \%record );

DESCRIPTION

Data::Record::Serialize::Encode::html encodes a record as HTML.

It performs the Data::Record::Serialize::Role::Encode role.

You cannot construct this directly. You must use "new" in Data::Record::Serialize.

OBJECT ATTRIBUTES

table_class

thead_class

tbody_class

tr_class

th_class

td_class

See "CONSTRUCTOR ARGUMENTS".

Optional.

CONSTRUCTOR OPTIONS

table_class

thead_class

tbody_class

tr_class

th_class

td_class

The CSS class associated with the given element. All are optional.

SUPPORT

Bugs

Please report any bugs or feature requests to bug-data-record-serialize-encode-html@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Record-Serialize-Encode-html

Source

Source is available at

  https://gitlab.com/djerius/data-record-serialize-encode-html

and may be cloned from

  https://gitlab.com/djerius/data-record-serialize-encode-html.git

AUTHOR

Diab Jerius <djerius@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024 by Smithsonian Astrophysical Observatory.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007