in reply to Late night at work...

Some thoughts on the same theme:

sub at_work { if ($work > $usual) { order(pizza); } else { go_home(relax); } }

Replies are listed 'Best First'.
Re: Re: Late night at work...
by kutsu (Priest) on Jan 11, 2004 at 17:49 UTC

    For some of us

    sub at_work { $work < $usual ? go_home(relax) : order(pizza); }

    "Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce