Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
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 admiring the Monastery: (1)
As of 2024-04-25 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found