Stas Bekman wrote:

Who generates this "Can't locate" message? Normal die() messages should already be prefixed.

This is occuring during a require, such as:

require '/www/path/goes/here//config.pl';

The script itself is poorly written since it should be doing its own -e check prior to requiring it (in my opinion).

If for some reason it's not working (which we should figure out why) you can always override CORE::GLOBAL::die to add the prefix or it can be done via $SIG{__DIE__} override.

Reply via email to