my($no) = unlink $targ || carp "Unable to delete file $targ\n"; if ($no == 0){ printf " %s\n", $!; }else{ printf " %s\n", $no; }