in reply to Getting a return code from a perl script called via system()

exit check_password @foo; and then my $exit_val = $ERR >> 8; See perldoc -f system

Makeshifts last the longest.