BEFORE my $text = $args{text}; $text = $error_codes->{$args{code}} if (!$text); AFTER my $text = $args{text} || $error_codes->{$args{code}}; j