I think I'm all set
while ( my @row = $sth->fetchrow_array() ) { print ">@row<\n"; my %by_month = split ' ', $row[1]; $HoH{$row[0]} = \%by_month;
This accomplishes my objective. Thanks again.
In reply to Re^3: How to stuff space separated column into Hash
by dirtdog
in thread How to stuff space separated column into Hash
by dirtdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |