On Thu, 15 Jul 2004, Gaal Yahas wrote: > chop($_ = reverse); chop; $_ = reverse > > And a riddle! > > Why does this: > > chop($_ = reverse); $_ = reverse chop > > not do the same thing? Using the return value of chop ? Gabor