Help for this page
use warnings; use strict; ... system './a.out input.txt > output.txt'; die "Run failed" if $? >> 8;