[PHP] inline CGI

2002-04-21 Thread Werner de Schepper
Hello, I like to include the html-output of a perl script in my php-page. The perl script is on the same server as the php file, so I use de passthru( [docroot/path/perl-file] ) function to include de html output of the script in my php page. Basicly yhis works fine, but I don't know how to pass

Re: [PHP] inline CGI

2002-04-21 Thread Rasmus Lerdorf
virtual() On Sun, 21 Apr 2002, Werner de Schepper wrote: Hello, I like to include the html-output of a perl script in my php-page. The perl script is on the same server as the php file, so I use de passthru( [docroot/path/perl-file] ) function to include de html output of the script in my

Re: [PHP] inline CGI

2002-04-21 Thread Werner de Schepper
Hello Rasmus, Thank you. Actually I did try the virtual function before and but the perl didn't seem to produce any output. Now I looked better: I switched of all warnings, including the request execution failed warning!!! Greetings Werner Rasmus Lerdorf [EMAIL PROTECTED] wrote in message