http://qs321.pair.com?node_id=507428


in reply to Re: truncating form field input to 4000 characters
in thread truncating form field input to 4000 characters

Yes, I am using CGI.pm to read in the parameters. After a bit more testing, I've found that JS and MS-Word's count show the text as < 4000, but doing a wc -m from the command line shows >4000. I'm assuming this has something to do with line breaks, etc. Would the text be manipulated in anyway between input into the form field and pulling it w/ CGI.pm?