- or download this
html( code => sub { story(*DATA) });
- or download this
html( code => sub { list(3,'u',\@items, { class => 'two' }) });
- or download this
html( code => sub { definition_list(3, { headings => ['term','definiti
+on'] }) });
- or download this
html( code => sub {
story(*DATA);
link_list(3,'HTML Links',%HTML_links);
});
- or download this
html( code => sub {
story(*DATA);
...
definition_list(3, { headings => [qw(piece move)] });
table(3, { class => 'royal_chess', caption => 'Royal chess board', r
+ows => [['data',\@rows]] });
});