in reply to Re^2: no error messages for syntax errors?
in thread no error messages for syntax errors?
My two trains of thought were:
That print STDOUT 'yada'; appears in the right place when the bug is not manifesting itself probably precludes this idea.
Though, the perl debugger has a remote debugging option that might cause strange phenomena if it was being invoked silently?
Beyond that, the best I could advise, is to recreate the error that doesn't produce a message, and then slowly strip as much out of the script as possible whilst retaining the errant behaviour.
Once you have something of a postable size, without to many non-standard dependancies, you could post that here and we would have an opportunity to try it and see if the problem is something confined to your system, version of Perl etc. Or a more generic problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: no error messages for syntax errors?
by argv (Pilgrim) on Dec 06, 2004 at 04:11 UTC |