[Bioperl-l] Bio::Object

Paul Gordon gordonp@niji.imb.nrc.ca
Fri, 8 Dec 2000 13:21:49 -0400 (AST)


> 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.