Unable to run code as a cron job on a Unix box but when running the code from the command line it works fine. The Perl code creates a child process that calls a subroutine that executes a Expect script (non-Perl). Can you please show me how to set up my PATH correctly so that it will run as a cron job? Several things have been tried but with no success.
2006-03-03 Retitled by planetscape, as per Monastery guidelines Original title: 'Path Trouble'