Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: gernerating unique string

by broquaint (Abbot)
on Sep 19, 2001 at 20:18 UTC ( [id://113389]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes qw(gettimeofday);
    
    $id = gettimeofday();
    
  2. or download this
    use Digest::MD5 qw(md5_hex);
    use Time::HiRes qw(gettimeofday);
    $id = md5_hex(gettimeofday());
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://113389]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-18 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found