in reply to No errors listed
You could set the environment variable PERLDB_OPTS to AutoTrace, and then invoke the script with the -d option to start it in the debugger. You'll get a pretty big dump, so save it somewhere to look at. If your program terminates during compiletime, the dump will show you everything that happened prior to the termination.
Dave
|
|---|