Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: display stuff based on systemclock

by ikegami (Patriarch)
on Jul 09, 2009 at 18:23 UTC ( [id://778651]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @message = (
        "Message 1",
    ...
    my $msg_time = 5;
    
    print $message[ time / $msg_time % @message ], "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found