Help for this page

Select Code to Download


  1. or download this
    $fh = RTF::Writer->new_to_file($rtfReport);
    
  2. or download this
    $fh = RTF::Writer->new_to_string(\$RTF_obj);
    
  3. or download this
    $fh->print(\$RTF_obj);
    
  4. or download this
    $fh = RTF::Writer->new_to_string(\$RTF_obj);
    
  5. or download this
    print $RTF_obj;