in reply to Re^3: Text::Wrap not working
in thread Text::Wrap not working
Your original example did not work for me. Many of the variables are being passed via html user input. Thus message is:
$message = $q->param('message');
Message is obtained from a textarea box that is embedded on an image and is sent via sendmail in the cgi. The problem is the text is not wrapping in the image box.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Text::Wrap not working
by Khen1950fx (Canon) on Aug 24, 2010 at 06:18 UTC | |
|
Re^5: Text::Wrap not working (CGI)
by toolic (Bishop) on Aug 23, 2010 at 21:29 UTC |