Help for this page
#!/usr/bin/perl -w use strict; ... print "other status $status\n"; }
#!/bin/sh ... echo "Sum of $1 + $2 is $RC" exit $RC;
Sum of 3 + 5 is 8 exited with return code 8