in reply to Re^6: perl script not working after moved to new host
in thread perl script not working after moved to new host

This means that the following command fails:

system("/home/nagios/stat/scripts/ng_rrd2img.sh $target zoylotest dig +$recenttimes now 300 130 > $wwwrealpath/tmp/$tmpgraph");

Maybe try to find out what command your script is trying to run there and find out why it might fail.

Replies are listed 'Best First'.
Re^8: perl script not working after moved to new host
by prabhakard (Novice) on Jan 25, 2016 at 16:10 UTC

    Thanks its best clue for to dig to next step

    it was permission issue on specific path give,

    I corrected now, but I can run same system(bash script) from shell(terminal)it runs without any issue as same user without any permission issues and its creating files........, from browser it is not creating files

    What causes to stop or not generating when it runs from browser or perl mode execution