I have a perl script that builds dynamic pages (for a Guestbook). I am trying to add some php code in there to display current users of a php chat room. If someone is looking at the Guestbook, they would be able to see how many users are on the chat page. It works fine with an HTML page, but not when I use it in a perl script. It still displays the Guestbook page, but doesn't handle the php code. It just puts the php source at the top of the page and then builds the rest of it fine. Any ideas?