##
team a 1
2
3
####
#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);
}