Jump to content

PERL problems when outputting from "die()"


dragunu

Recommended Posts

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.