Help for this page

Select Code to Download


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