#!perl use strict; use warnings; my $exitCode = shift; print "will exit with $exitCode\n"; exit($exitCode);