in reply to code explanation

It is only 5 words, 2 of which are $path
if( -f $path ){ unlink $path } perldoc -f unlink unlink LIST unlink Deletes a list of files. ... perldoc -f -f ... -f File is a plain file.

Replies are listed 'Best First'.
Re^2: code explanation
by Anonymous Monk on May 21, 2009 at 10:39 UTC
    thanks for the answer