Help for this page

Select Code to Download


  1. or download this
    my $csv = Text::CSV->new ({sep_char => '\t'});
    
  2. or download this
        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.");