I had the same kind of problem that the script was ok on the command line,
but when it was running as part of a shell scrip which in turn was invoked
by cron, it complained that it couldn't find the modules from @INC.
Unfortunately I haven't solved this yet so I can't offer any pointers, but
coul
Have you checked the permission, could it be your Application being run as
somebody having no permission to write to the files you are trying to write to.
or if you happens to make use of shell command within your script, the PATH
variable could be missing from your application.
Hope this help
T