Jump to content

Calling perl scripts in PHP


ksmatthews

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.