Need solution to a CGI scripting problem in Perl:
There is a form in which some one has entered a paragraph of text in the text area and submitted it. The results are supposed to display in the next page, but the resulting text has to be wrapped in 64 characters. What will be the coding for this function in the form?
Thanks