my $row = 0; while (my $tmp = $st->fetchrow_hashref()){ for my $key (keys %$tmp){ $host_info_REF->{$row}->{$key} = $tmp->{$key}; } $row++; }
In reply to Re^2: Threads, DBI, Shared Variables problem
by xajin25
in thread Threads, DBI, Shared Variables problem
by xajin25
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |