I've written a fairly complex (for me anyway) cgi script that reads form data, incorporates other data from a config file, and outputs to disk and to the web browser an HTML file. (It's to automate putting our school paper's articles on the web.) Everything works exactly as it should, except that every time I run it I get the error # Unrecognized character \005 ignored. If I'm running within MacPerl to test the script, that error appears in the MacPerl window. However, when I'm running the script as a cgi, the error shows up at the end of my HTML code. This isn't terrible, because it doesn't appear in the disk copy of the HTML file, which is the important one -- the copy that is sent to the browser is only so the person doing the HTML conversion can verify that everything worked OK. Still, this is annoying, and it suggests that SOMETHING is wrong here. Any ideas as to what might cause this? I'd send the script, but it's about 20 pages at this point and that wouldn't be nice. I could send a part of it, but I have no idea where this error might be. Thanks for any help anyone can give! andrew ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch