in reply to
Is it possible to generate unique temporary filenames using hostname/process id?
The process id is available with the
$$
variable, but you really should use
File::Temp
.
Comment on
Re: Is it possible to generate unique temporary filenames using hostname/process id?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom