Help for this page

Select Code to Download


  1. or download this
    table(1, {
              id       => 't1',
    ...
              whead    => [ [qw/10   20       another/],
                            [qw/100  200      comment/]],
             } );
    
  2. or download this
    sub build_attributes {
        my ($options, @valid) = @_;
    ...
        }
        return @attributes;
    }
    
  3. or download this
    
    sub list {
    ...
      my @attributes = build_attributes($opt, qw/id class style/);
    
      my $format = join ' ', q(), @attributes;