my $chk_user=system("ypmatch $user passwd");
where $user is any username.
the output i get in case the username doesn't exist:
Can't match key sss in map passwd.byname. Reason: No such key in map.
and in case the username exists, i get some details about this user.
i don't want the results in any case to be shown in the terminal window.
thanks