$answer = $default if ($answer eq ""); # with this instead $answer ||= $default;