#!./perluseFileCache;our@files;BEGIN{@files=qw(foo bar baz quux Foo_Bar)}END{1whileunlink@files}useTest::Moretests=>1;{# Test 1: that we can open filesformy$path(@files){cacheout$path;print$path"$path 1\n";close$path;}ok(scalar(map{-f}@files)==scalar(@files));}