Help for this page
my $rv = system('perl -e "exit(123)"'); ... if $rv >> 8; print("Child exited successfully\n");
Child exited with value 123