Trying to kickstart my brain this morning. This won't help, but at least it will kill some time :-)
use constant { BLEND => "very cheap", STRENGTH => "very strong" }; my $coffee_pot = Coffee::Pot->brew(BLEND, STRENGTH); stare( @wall ) until $coffee->is_ready; CUP: while(groggy()) { get($cup) and $coffee_pot->pour($cup); $cup->add("sugar", "milk"); stir($cup); push(@mouth, $cup); drink($cup); last CUP if (awake() || late_for_work()); }
I just realized that I was using the same sig for nearly three years.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: My Morning Ritual
by Ctrl-z (Friar) on Mar 19, 2003 at 21:20 UTC | |
|
Re: My Morning Ritual
by dws (Chancellor) on Mar 19, 2003 at 23:54 UTC | |
|
Re: My Morning Ritual
by michaeld (Monk) on Mar 20, 2003 at 14:18 UTC |