Brandon,
I figured out what I was looking for. But I will explain what I did anyways.
I had a form posting to the same page, different subs, based on a hidden value. It creates a text file and shows it in the browser. Since the text file has html tags in it, it displays that text file as html. However, it was adding the html, head, title, body, and closing of each around the text file that already has those tags. That page, when the source is viewed, shows the duplicate tags. So I've set up a link with ?pagename=foo to a new cgi page, passing along the name of the text file I want to view. That page gets foo and will open the text file, displaying it to the browser. The key for me was getting it over to that page, which I just did, and making sure the content type was text/plain. I hope that lets you know what I was trying to do. Thanks for your help.
Mike