BEFORE my $type = "error"; $type = $args{type} if ($args{type}); AFTER my $type = $args{type} || "error"; j