push @{$Bad_Host_Rows{dirname($row[1])}{$row[0]}}, [@row];
Changed it to the above and still getting the same results. More Info: After I push all the data onto the hash, I return it using:
return (bless (\%Bad_Host_Rows));
and retrieve it by using: $badrows = $base->get_Bad_Rows(qw/host request fulldatetime/);Then using these lines:Thanks again for your help.%hasher = %{$badrows}; print Dumper(\%hasher);
In reply to Re: Re: crazy hashes by datannen
in thread crazy hashes by datannen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |