RosettaCodeData/Task/Program-termination/Perl/program-termination.pl

7 lines
201 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if ($problem) {
exit integerErrorCode;
# conventionally, error code 0 is the code for "OK"
# (you can also omit the argument in this case)
# while anything else is an actual problem
}