Mar 27, 2010
Geekier Than I Should Admit
A colleague posted about needing a new TV, and another colleague jokingly asked “What’s that!?”.
Being the geek that I am, I show him how it was defined in my house.
function TV($WifeLocation) {
switch ($WifeLocation) {
case "Here":
KidsLocation = "Reading a Book";
TVContent = NULL;
MeLocation = "With Kids";
break;
case "Out":
if KidsLocation != "With Mom" {
KidsLocation = "TV";
TVContent = "Disney Movie";
MeLocation = "Computer"; }
else {
MeLocation = "TV";
$MovieList = ("Ninjas", "Jedi", "Cylons",
"KungFu", "Vulcans", "Poker");
MoviePick = rand (0,5);
TVContent = $MovieList[MoviePick];
}
break;
}
}
Of course, I’m joking… Except for the part about Vulcans. I NEVER joke about Vulcans.






Hahahah!
That’s odd. When I run this, I get the this strange error:
error: parse error, unexpected $ in /bank/account/tax/
return
cannot find $
error: Line 5 new/ipad module: failed to acquire
Premature end of $ in /bank/account/ cannot locate
LOL!!
You forgot:
$purchase = /CitiBank/Visa/$;
in the line right before the ipad module call.
That worked for me when I added that in! :^)
Who ARE you?????
Hehe! Who me?! The funny thing is that I hardly EVER watch TV!