in reply to Re^2: Need to Generate Unique String
in thread Need to Generate Unique String
use Digest::MD5; $pretty_darn_close_to_unique = md5_hex(md5_hex(time() . $$ . rand . {} +));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need to Generate Unique String
by BrowserUk (Patriarch) on Jul 29, 2004 at 20:32 UTC | |
by stvn (Monsignor) on Jul 29, 2004 at 22:24 UTC |