From: Jay Dyson (jdyson@treachery.net)
To: Jericho (jericho@attrition.org)
Cc: Lyger (lyger@attrition.org), Apathetic Lucidity (apacid@attrition.org)
Date: Thu, 11 Mar 2010 11:22:47 -0700 (MST)
Subject: This is what happens when coders get sick...


I've been horribly sick these past three days...and this is what my fevered mind just cranked out.  And scarily enough, it works.

#!/bin/perl -- The Beatles' "Why don't we do it in the road" in 2 lines of PERL --
$p1=0;$p2=0;$l1="Why don't we do it in the road";$l2="No one will be watching us";
while($p1<15){print"$l1\n";$p1++;if(($p1==4)||($p1==9)||($p1==14)){print"$l2\n";}}



[an error occurred while processing this directive]