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