dragunu Posted August 29, 2007 Share Posted August 29, 2007 hi, i have a problem when trying to parse an output when executing a perl script with php. however, the output generated from the perl script is done from the die function and not with print. i have previously done scripts which execute perl scripts and have worked well, however these perl scripts outputted with a "print" and not die. the functions i tried to use are exec, shell_exec, and system in php. $command = "/var/www/cgi-bin/perlscript.pl"; $exec = shell_exec($command); print $exec; is returning nothing. not even a php compiler error. thanks beforehand, william Link to comment https://forums.phpfreaks.com/topic/67192-perl-problems-when-outputting-from-die/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.