[PHP] how can I start running a perl cgi from php

2003-01-31 Thread qt
Dear Sirs,

I want to run a perl script with a command in my php script. I think
include() is not suitable to run perl script. When I use include(), it
brings source of the perl script.

Would you help me which command is very usefull for that purpose.

Best Regards




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] how can I start running a perl cgi from php

2003-01-31 Thread Jason Wong
On Saturday 01 February 2003 06:00, qt wrote:
 Dear Sirs,

 I want to run a perl script with a command in my php script. I think
 include() is not suitable to run perl script. When I use include(), it
 brings source of the perl script.

 Would you help me which command is very usefull for that purpose.

Did you even try looking in the manual? Program Execution functions?

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
I've read SEVEN MILLION books!!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php