- or download this
sub format_cell {
my ($self, $format, @days) = @_;
...
$self->{'cell_format'}[$_] = $format;
}
}
- or download this
sub format_cell2 {
my ($self, $format, @days) = @_;
...
}
}
}
- or download this
$html_months{$key} -> format_cell2({bgcolor => "red"}, 15)