Is there any way to execute a perl cgi script from within a PHP script, the equivalendt of:
<!-- #include virtual="/path/to/my/cgi.cgi" -->
?
ive tried include() system() and passthru() to no luck. Am i asking a stupid question? (it seems stupid now!)