![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: "unique" filename?by quidity (Pilgrim) |
on Dec 03, 2000 at 22:22 UTC ( [id://44688]=note: print w/replies, xml ) | Need Help?? |
The module File::MkTemp seems to be what you want:
Will return a unique file name, you can also have it return a unique file handle so that there is no chance of opening an identical file in two instances of your script:
You can add more 'X's, but you need at least six.
In Section
Seekers of Perl Wisdom
|
|