Hello,
I make up perl scripts which works perfectly
in command line.
Made script on php which execute through
system command this perl script. but i have no output from this script.
I chowned to nobody:nogroup on this scripts and chmoded 777. nothin help. i've tried system, execute, `` command. still doesn't working.
i've did perl script which simply echoes 'check' word on the screen. and voila. it's working. what is the problem?
?? how to solve it