Hello,
I'm trying to set up the cronjobs for bugzilla on redhat linux 7.0 with perl 5.6.0 and my question is:
the line
/var/www/html/bugztest/whineatnews.pl
attempts to execute the script but does not find the required files which the script references b/c they are in the /var/www/html/bugztest/ directory.
The error I get speaks of some @INC variable where the paths are referenced.
If I don't want to place copies of the required files in the current path, how can I point the path to /var/www/html/bugztest/
Thanks in advance,
goblinfart