Help for this page

Select Code to Download


  1. or download this
    # RGB format a text document using a highlight colour. 
    # RGB 0-255 like HTML 0x00-0xFF
    ...
    }
    
    print RTFhighlight("hello be seabe be because", "be", 0, 0, 0xFF);
    
  2. or download this
    use Win32::GUI;
    use warnings;
    ...
        $header   .= "{\\colortbl ;\\red$r\\green$g\\blue$b;}\n";
      return $header.$text;
    }