<%doc> Actually $label Note that this puts the 'label' argument into the document verbatim, with no escaping or localization. <% $required %><% $opt{label} %> <%init> my %opt = @_; my $style = 'padding-top: 3px'; $style .= '; '. $opt{'cell_style'} if $opt{'cell_style'}; my $required = $opt{'required'} ? '* ' : ''; if ($required) { $style .= ';font-weight: bold'; }