in reply to Re^2: monitor rm command ?
in thread monitor rm command ?

Yours doesn't really show errors either...
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
    Yours doesn't really show errors either...

    Correct, but that was not requested by the OP ;-)

    -- 
    Ronald Fischer <ynnor@mm.st>
      Sure it was...

      give me some direction

      -Paul