http://qs321.pair.com?node_id=128885


in reply to Using Temporary Files in Perl

The problems with temporary filenames comes from using a shared directory (/tmp).

When I do not use File::Temp (or something similar) I usually just create the temporary files in ~/tmp/, ~/.application_name/tmp/ or something like that.

 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();