I want to add a little feature to my site. We average a certain number of calls answered per day for a customer. I creatd a little perl program that looks at the current seconds since epoch, and then adds the total number of calls we estimate that we've taken. The program works great. I wanted to add it to our website.
Is there any danger in adding perl code to a web page? If there really isn't that much of a risk, how do I add one of the variables from the perl code to the webpage? It would need to run the program each time the program is opened so it can calculate the correct information for the web page. Thanks for any help!