Help for this page
my ($stdout, $stderr, $ret) = capture { system('foo', ... ($otherarg ? ('--otherarg' => $otherarg) : ()), ); };
return { status => $s, ($optional_field ? (optional_field => $optional_field) : ()), };