my $csv = Text::CSV->new ({sep_char => '\t'}); #### my $decl = RTF::Writer::TableRowDecl->new('widths' => [1500,1900]); $h->row($decl, "Stuff", "Hmmm"); $h->row($decl, [\'\ul', 'Foo'], 'Bar', \'\bullet'); $h->row($decl, "Hooboy.");