in reply to uninitialized value on hash lookup (was: hash problem)
It's pretty difficult to call without having the input data to test against, but if $myhash{$Line} is an uninitialized, then either the regex in the do_hash function failed to assign a value to $Data, or the value of $Line in the main body regex doesn't match up to your keys. If the problem is the former, you likely have some badly-formed data in file_data. If the problem is the latter, I would guess badly-formed data in data_list.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: hash problem
by Anonymous Monk on May 21, 2002 at 16:58 UTC | |
|
Re: Re: hash problem
by Anonymous Monk on May 21, 2002 at 20:09 UTC | |
|
Re: Re: hash problem
by Anonymous Monk on May 22, 2002 at 14:02 UTC | |
by DamnDirtyApe (Curate) on May 22, 2002 at 19:48 UTC |