Forum Moderators: coopster

Message Too Old, No Replies

Include Perl Scripts in PHP

         

globay

8:43 pm on Apr 7, 2003 (gmt 0)

10+ Year Member



I have a PERL Script that returns some HTML code. Now I want this code to be included in a PHP file. Can this be done?

Thanks for your help.

--
globay

bcolflesh

8:55 pm on Apr 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Doesn't it work when you include the Perl file?

www.php.net/manual/en/function.include.php

Regards,
Brent

globay

9:03 pm on Apr 7, 2003 (gmt 0)

10+ Year Member



No, that does not work.

Instead, I found virtual(filename).

That seems to do the job.

--
globay