I have a <textarea> in an html form that passes its parameters to a perl script. I want to be able to paste some text into the <textarea> and display that text on another page - with line breaks exactly as they are in the text, etc.
For instance, I have a cisco router config that I am cutting and pasting into the <textarea>. However, when I view it on the next page, it is one long string. I am basically just reading in the form parameter and printing it out on the next page. How can accomplish what I am trying to do...? Thanks! -Chad. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]