#CODE STARTS HERE# sub initialize { local ($x) = @_; if ($x == 1) { $idx = &dummyvoid($row->{'idx'}); $team = &dummyvoid($row->{'team'}); } } while ($row = $sth->fetchrow_hashref) { &initialize(2); }