# Test for File::Temp - POSIX functions
use strict;
use Test;
use FileHandle;
# TMPNAM - scalar
print "# TMPNAM: in a scalar context: \n";
# simply check that the file does not exist
# Not a 100% water tight test though if another program
# has managed to create one in the meantime.
# TMPNAM list context
# Not strict posix behaviour
# File is opened - make sure it exists
# Unlink it - a possible NFS issue again if TMPDIR is not a local disk
} else {
}
# TMPFILE
# print something to it
# rewind it
# Read from it
} else {
# Skip all the remaining tests
foreach (1..3) {
}
}