in reply to Re^2: monitor rm command ?
in thread monitor rm command ?
for(@files) { if( unlink ) { push @deleted, $_; } else { warn "$_ doesn't want to die: $!" } }
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: monitor rm command ?
by rovf (Priest) on Sep 02, 2009 at 15:18 UTC | |
by jettero (Monsignor) on Sep 03, 2009 at 15:18 UTC |