Hi Monks,
what can I do to generate an unique string/number. I would be interfacing with another program and I must somehow generate Unique Ids (string or numbers).
I was thinking of using the unix 'date' command but if my perl script runs fast enough. It might take duplicates of the date. Any ideas?