Help for this page
Select Code to Download
Select
or
download this
my $rv = system(...); if ($rv == -1) { ... } print("Child ran successfully\n");