What its reason, that if I call a perl script then only is want running, if I use the sudo.
<php?>....
$call='sudo perl /.../cgi-bin/minta.pl' ...<?>
Only correct is running, if I except sudo then doesn't work. Why???
Is sudo in nobodys path?
try using full path to sudo
$call = '/path/to/sudo /path/to/perl script.pl';