This is probably going to turn out to be something simple but I am having problems using the virtual() function to include a cgi script.
I have the line:
virtual("/cgi-bin/header.cgi");
at the start of my script but when I run it I get the message "Call to undefined function: virtual()"
Can anyone help?