#Format #unlink (LIST); #unlink LIST; unlink('a','b','c') || die "remove: $!\n"; $count=unlink <*.c>; print "The number of files removed was $count\n";