Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: Displaying RTF string to browser

by bart (Canon)
on Aug 21, 2007 at 21:12 UTC ( [id://634193]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://634193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found