Help for this page
# 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);
use Win32::GUI; use warnings; ... $header .= "{\\colortbl ;\\red$r\\green$g\\blue$b;}\n"; return $header.$text; }