I'm attempting to use a handler in Apache to perform some processing before displaying the user requested item. The documentation for Handlers is found here (http://httpd.apache.org/docs/2.2/handler.html). I've successfully created a perl script that is called when the user requests an html file. However, my problem is that I'm unsure how to display the originally requested file. I can't find any documentation that would show me how to properly display the requested file. Does perl have some built in methods for doing this? If so, where might I find that documentation?