http://qs1969.pair.com?node_id=375450


in reply to Re: mask.pl_v0.1_alpha
in thread mask.pl_v0.1_alpha

Get rid of system("rm -rf $file.tmp") # remove temp file
Why? Is it because that's better said as unlink "$file.tmp" or warn "Couldn't remove $file.tmp: $!"? Or is it because you don't want to remove the temp file? As with all of this stuff, you're welcome to implement the author's idea in any way that you wish on your own system

thor