10.23.2003
"I got the golden egg plus the goose." - RZA (Reunited)
10.21.2003
Radiohead - Sail to the Moon <=> the obligatory bar scene in every wong kar-kai film. somebody tell me why the night sky in berkeley is always a crazy purple-orange fog.
my $days_left = 4;
while($days_left > 0){
print "YOU HAVE $days_left DAYS LEFT UNTIL THE GRE\n";
if($days_left < 2){
print "START STUDYING YOU LAZY ASS\n";
}
$days_left--;
}
my $days_left = 4;
while($days_left > 0){
print "YOU HAVE $days_left DAYS LEFT UNTIL THE GRE\n";
if($days_left < 2){
print "START STUDYING YOU LAZY ASS\n";
}
$days_left--;
}