- or download this
sub table {
my ($tab,$opt) = @_;
...
data => [qw/100 200 comment/],
],
});
- or download this
sub table {
my ($tab,$opt) = @_;
...
data( qw/100 200 comment/),
],
});
- or download this
sub table {
my ($tab,$opt) = @_;
...
data( qw/100 200 comment/),
],
});
- or download this
use strict;
use warnings;
...
);
$table->output(1);
- or download this
use strict;
use warnings;
...
);
$table->output(1);