Help for this page
# topen.pl use strict; ... my $rc = system("$^X topen.pl"); sleep(30); print "rc=$rc\n";