chen li wrote: : $total[ $column ] += $row->[ $column ]; : : Can you or anyone else explain it a bit more?
It is short for this. $total[ $column ] = $total[ $column ] + $row->[ $column ]; HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web Programmer 254 968-8328 Don't tread on my bandwidth. Trim your posts. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>