[Mimedefang] Getting the error "Use of uninitialized value inconcatenation"

David F. Skoll dfs at roaringpenguin.com
Wed Mar 15 12:30:01 EST 2006


Kevin A. McGrail wrote:

> use warnings;
> no warnings 'uninitialized';

Don't do that.

Perl is trying to tell you something.  It's better to track down and
fix the problem than to hide it.

Regards,

David.



More information about the MIMEDefang mailing list