Can someone explain this piece of perl to me in English
        $i++ while ${$row->{"cells"}} [$i]->{"multicolumn"} eq "part";
I've got as far as: increment $i by one whilst (expression) is true where
expression is ${$row->{"cells"}} [$i]->{"multicolumn"} eq "part";

Therafter, I go pop ;-)

-- 
Angus

Reply via email to