executing perl file from php
Posted: Fri Sep 10, 2010 7:03 am
my requirement is like this i want to execute perl file from php.
1> php file should simply call the perl script file.
2> php file should not wait for completion of perl script. after php script triggers perl file let php respond to its http request. let perl continue.
is it possible?
please specify if any other alternatives other than perl.
what i want is asynchronous program executer.
1> php file should simply call the perl script file.
2> php file should not wait for completion of perl script. after php script triggers perl file let php respond to its http request. let perl continue.
is it possible?
please specify if any other alternatives other than perl.
what i want is asynchronous program executer.