Does anyone know how to call a perl script from a php file and get the
returned data back to the PHP file?

I have tried using virtual() but this doesn't work because the Perl script
doesn't containt any HTML headers.

I know to call a perl form from another perl you use something long this
line:
new HTTP::Request('POST', 'https://myscript/script.pl');

Is there something similar in PHP, please help. Appreciated. Thanks

Chhai Thach




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to