http://qs321.pair.com?node_id=231371


in reply to Re: Passing a hash between subs
in thread Passing a hash between subs

That $ref is coming from data extracted from the database via:
while (my $ref = $sth->fetchrow_hashref()) { ...


- wil