Site-Text-Display
Site-Text-Display is a simple perl script used to display text files (typically code) similar to the way FireFox does for .cgi, .pl, .js, etc. extensioned files by default. It outputs files with a Content-Type of 'text/plain' in the HTTP header, thus instructing all browsers to display the selected file as mime type 'text/plain'. The output is correctly encoded Unicode UTF-8 text, as long as the original script file was also.