How do I check to see if a column from a row from a database query is null? I'm doing if (defined $colvalue) { ...} but it's executing the else.