|
|
| more useful options | |
| PerlMonks |
Re^2: Formatting rtf - problemsby s_m_b (Acolyte) |
| on May 13, 2008 at 16:16 UTC ( [id://686310]=note: print w/replies, xml ) | Need Help?? |
|
Sorted it - I was trying to be a little too smart.
RTF::Writer formats the strings it gets sent, and assumes they are plain text. I was trying to do the inline formatting before giving it to the writer, so it was reformatting - hence the mangled strings!
By sending it plain old \n instead of \line or \par, it behaves.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||