my %exit_code = { PASSED => 0, FAILED => 1, ABORTED => 2 ); # ... exit $exit_code{$STATUS};