in reply to Re: Re: comparing list to 2 cells in array
in thread comparing list to 2 cells in array
Actually, you declared a hash %table and used an array @table.
Update: my fault. I just learned that you can write things like @table{ 'ip', 'ip2', 'country', 'region' } = split ;
|
|---|