in reply to Re: Re: Unmatched right curly bracket ...
in thread Unmatched right curly bracket ...

I know I am not addressing your question, but why use unless when you are checking for truth values?

I'd rather use if:

if ($company_fax) { .... }
instead of:
unless ($company_fax eq "") .... }
/prakash