in reply to perl script works at command but job does not work
The question that immediately springs to mind is whether the PATH is set correctly when the scripts are executed as batch jobs. Do your system commands use explicit paths when calling external commands(e.g. system("/bin/tar") instead of system("tar"))?
Other than that, I heartily agree with Fletch's comment...
|
|---|