Help for this page
my $rc = `$^X -c $_ 2>&1`; ... $errors++; }
my $rc = `$^X -c $_`; ... $errors++; }