Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Average number of caffeinated beverages per work day

by jamgill (Acolyte)
on Oct 19, 2001 at 18:33 UTC ( [id://120002]=note: print w/replies, xml ) Need Help??


in reply to Average number of caffeinated beverages per work day

I have a four day work week, but the day I don't work (Friday) is the only day it is peaceful enough for me to write Perl. That said,
if ($day !eq "Friday") { $coffee = 2; $coke = 1; $beer = 0; } else { $coffee = 0; $coke = 0; $beer = 4; }
And I usually start my weekend once I start slurring my code ;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found