> I'd also like to be able to have a tempfilename generator - we could use > the File::Temp or File::MkTemp modules or write our own routine in RootI. > Just would be important to have a standardization. I use File::Temp and am quite happy with it. It has some nice features like unlinking files as soon as the stream is opened to avoid people messing with them, and automatic file deletion... My $0.02.