I also didn't say that it's guaranteed to give you a unique filename.

Nope, but the OP asked for that.

$$ is uniqe as long as the system is not rebooted and as long as there is no overflow in the machines process counter. It might happen, but it's not very probable

pids are assigned sequentially until a certain point (most probably 32767) is reached. Then they wrap around to 0. Rebooting also resets the count to 0. The chances of either reaching 32767 or a reboot are just about 100%, which is more probable than two instances of the same script calling localtime within the same second.Incidently, on AIX pids maybe reused within seconds.

But regarding localtime: it's almost sure that you will get the same result quite often

I'm not sure how? Do you mean by two instances of the same script both calling localtime at the same second?


In reply to Re: Re: Re: Re: Non-Duplicate File Names, Security, and Self Cleaning by bm
in thread Non-Duplicate File Names, Security, and Self Cleaning by Petras

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.