( $? & 127 ), ( $? & 128 ) ? 'with' : 'without';
}
exit $? >> 8;
sub show_help {
my ( $err, $msg ) = @_;
-