Delete a list of files:
$cnt = unlink <test*.fio>; # returns the number of deleted files unlink "test.ps"; unlink @files;