in reply to code explanation
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 |