Curlybraces Technologies Ltd wrote:
by using php technology, is there any possibility to stop/start perl script in a remote machine ?
thanx in advance
curlys

You probably want to check out XML-RPC. You'd create server/client scripts that pass xml messages back and forth. As long as your server is able to start the perl script then you could do this and then pass the result back to the client, or maybe just a true/false for success at starting the perl script.


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



Reply via email to