Bill Moseley wrote:
>Can the newline be removed?  It's not that hard to track down, but it would
>be nice to see where it's coming from.

A useful workaround:

        use Carp ();
        $SIG{__DIE__} = \&Carp::croak;

-zefram

Reply via email to