Help for this page

Select Code to Download


  1. or download this
    html( code => sub { story(*DATA) });
    
  2. or download this
    html( code => sub { list(3,'u',\@items, { class => 'two' }) });
    
  3. or download this
    html( code => sub { definition_list(3, { headings => ['term','definiti
    +on'] }) });
    
  4. or download this
    html( code => sub {
      story(*DATA);
      link_list(3,'HTML Links',%HTML_links);
    });
    
  5. 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]] });
    });