in reply to Flocking in advance

Perhaps you could use "tmpfile" from the POSIX module which
uses the methof FileHandle::new_tmpfile so that each time a new
file is generated, that way more than one person can test the
same exercise.
HTH