string $temp0[] , $temp1[] , $text0 , $text1; string $theGrp = `group -em`; for ($i = 99 ; $i > -1 ; $i--) { $text0 = string($i) + " bottles of beer on the wall, " + string($i) +" bottles of beer."; $text1 = "Take one down and pass it around, " + string($i-1) +" bottles of beer on the wall."; if ($i == 1) { $text0 = string($i) + " bottle of beer on the wall, " +