in reply to Perl Unmatched Errors

I'm not sure, but I think it's a simple editor bug (probably hitting . in vi after insert). Test whether this is ok:

return if $line =~ /Server not using user level security and no passwo +rd supplied./;

McA