Help for this page
sub _line { shift; ... require The::Other::Module; The::Other::Module::line($tab, join " ", @_); }
{ package MyCell::Important; ... $self->{style} = "color:red;font-weight:bold;$self->{style}"; } }