if i call system(test.pl)>/dev/null from perl it redirects all execution of test.pl to null device.
is ther any way to redirect function call execuiton. what i mean is if i call
&func(), is it possible to redirect its execution to /dev/null. i dont want to ue system thats why i am in need of it .