in reply to Re: crazy hashes
in thread crazy hashes
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);
- Comment on Re: Re: crazy hashes
- Select or Download Code
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: crazy hashes
by Aragorn (Curate) on May 25, 2004 at 14:22 UTC | |
by datannen (Novice) on May 26, 2004 at 21:29 UTC | |
by Aragorn (Curate) on May 27, 2004 at 08:07 UTC |