sheikhmdirfan Posted August 25, 2009 Share Posted August 25, 2009 Hello everyone, I have a php file from which i want to run a Perl script. I would like to know how this can be done and is there any setting that i need to change or do i need to download and install any package or anything. If yes then where i have to install that or where i have to keep the downloaded package. Thanks in advance... Link to comment https://forums.phpfreaks.com/topic/171770-executing-a-perl-script-from-php-file-and-storing-its-result-in-a-php-variable/ Share on other sites More sharing options...
trq Posted August 25, 2009 Share Posted August 25, 2009 $output = `/usr/bin/perl /path/to/perl/script.pl`; echo $output; Link to comment https://forums.phpfreaks.com/topic/171770-executing-a-perl-script-from-php-file-and-storing-its-result-in-a-php-variable/#findComment-905747 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.