in reply to Re: the variable is not getting assigned
in thread the variable is not getting assigned
my $message = sprintf '<event_id="ALTER_%d_%d" source="APP">', $tier, +$code1;
Though, what's the point of $severity ? It doesn't seem to be used...$severity = $code1 ? 1 : 5;
|
|---|