Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: Multi-Threaded Elevator Simulator

by Anonymous Monk
on Aug 07, 2002 at 22:45 UTC ( [id://188475]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $max_wait   = $wait1 > $wait2 ? $wait1 : $wait2;
    
  2. or download this
    $max_wait    = $wait1 if $wait1 > $max_wait;
    
  3. or download this
    $max_wait   = ($wait1 > $wait2) ? ($wait1 > $max_wait) ? $wait1 : $max
    +_wait : ($wait2 > $max_wait) ? $wait2 : $max_wait;
    

Log In?
Username:
Password:

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

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

    No recent polls found