| BASH.ORG cure for insomnia |
[Apr. 27th, 2008|04:23 am] |
while (!asleep()) sheep++;
If you actually laughed out loud at that--even if it were just a chuckle--then throw yourself into the nearest active volcano, for you are definitely a geek. |
|
|
| Comments: |
$WHO="?keeg a gnillac uoy era ohw";
$reversed=reverse($WHO);
print("$reversed\n");
open(GEEK,"</dev/geek") ||die "Couldn't open geekitude for read $!";
open(VOLCANO,">/dev/null") || die "Couldn't open for write $!";
while(<GEEK>)
{
print(VOLCANO "$_");
}
exit 1;
:-p
| |