ksmatthews Posted October 10, 2007 Share Posted October 10, 2007 Hi Gurus, I am developing PHP scripts for VOIP phones and need to call perl scripts on a linux server ... Currently I am using .. $return_val = system('perl ' . $perlscriptname . ' ' . $parameter); This does not work ! I am not familiar with the system command in php and so I do not know what languages are supported, Any advice appreciated, Steven M Link to comment https://forums.phpfreaks.com/topic/72626-calling-perl-scripts-in-php/ Share on other sites More sharing options...
effigy Posted October 10, 2007 Share Posted October 10, 2007 Define "not work." Do you get any errors? What's the return value? Are you checking STDERR? You may need to use the full path to perl. Link to comment https://forums.phpfreaks.com/topic/72626-calling-perl-scripts-in-php/#findComment-366183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.