Hi all, my mod_perl 2 handler receives form data. I fetch it using the read_post() function provided in the API docs. it works well but if the form posts data with tags and such, the fetched data has html control codes instead. for example, if I post the tag "<HTML>", read_post() returns "%3Chtml%3E"
is there anything built into mod_perl 2 to convert this back into the original characters? thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org