Page is a not externally linkable
rocknbil - 5:25 pm on Jan 31, 2012 (gmt 0)
lol . . . cracks me up to see programming logic like
if (! $is_not_logged_in && ! (username =~ /[^a-z]/i)) {
print "OK that's what it's not, but what IS it?";
}
<BTT>
if ($enter_bar) {
switch (beer) {
case none:
die;
default: gohome;
}
</BTT>