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

Re: Challenge: Egg Timer Puzzles

by ikegami (Patriarch)
on May 03, 2006 at 05:27 UTC ( [id://547060]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use List::Util      qw( min );
    use List::MoreUtils qw( any );
    ...
    print("$time: begin cooking\n");
    $time += $target;
    print("$time: end cooking\n");
    
  2. or download this
    0: begin 7
    0: begin 4
    ...
    16: begin 4
    16: begin cooking
    21: end cooking
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (9)
As of 2024-03-28 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found