in reply to Re: Weird hash ref variable issue
in thread Weird hash ref variable issue
I was doing the very long and painful enumeration to try and figure out how/why those values were being switched around. Ideally I would be using my $data = $results->valid, using the $results->valid hash_ref directly was throwing errors with DBIx which is why I ended up building the other hash_ref in the first place.
Update: Turns out that dumping the $results->valid variable directly into the $data hash_ref everything works out just fine. I guess I was doing something wrong before
|
|---|