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


in reply to mask.pl_v0.1_alpha

Get rid of system("rm -rf $file.tmp") # remove temp file

Replies are listed 'Best First'.
Re^2: mask.pl_v0.1_alpha
by thor (Priest) on Jul 19, 2004 at 02:57 UTC
    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

      Yes better written as unlink (portability, safety). and always some foolish person reuse -recursive and accidentally deletes all his files.
        You know, I was a C coder, so I still use a C-like syntax and some C-like code in my perl scripts. I'll get rid of that soon, anyway.

        X-3mE'89
        "Considerate la vostra semenza:
            Fatti non foste a viver come bruti,     Ma per seguir virtute e canoscenza"
        Divina Commedia, Inverno, Canto XXVI