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.
In reply to My Morning Ritual by webfiend
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |