Gabor Szabo wrote:
Should I just use File::Tempdir ?
I haven't yet explored File::Tempdir. But File::Temp has the advantages of being core, having both functional and OO interfaces, and widely used. We use it extensively in testing Parrot -- and just tonight I converted one case where we had not previously used File::Temp to using it.
Jim Keenan