in reply to deleting a file
$cnt = unlink 'a', 'b', 'c'; unlink @goners; unlink <*.bak>; [download]
---------- - Jim