in reply to deleting a file

unlink

$cnt = unlink 'a', 'b', 'c'; unlink @goners; unlink <*.bak>;

----------
- Jim