if ( $six eq '' ) { # don't insert } else { # ok to insert } # or perhaps if ( length($six) == 0 ) { # don't insert } else { # ok to insert }