Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: crypt prototype and ( time ) x 2

by DentArthurDent (Monk)
on Oct 08, 2003 at 13:01 UTC ( [id://297563]=note: print w/replies, xml ) Need Help??


in reply to Re: crypt prototype and ( time ) x 2
in thread crypt prototype and ( time ) x 2

If you wanted to get around the time only changing every 100 seconds problem use:
$time = time() % 100000000; # time mod a number with 8 zeros
That will give you a different time-seeded number every second, being the last 8 digits of the time returned by the time function.
----
If I melt dry ice can I swim without getting wet?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-28 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found