Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: associative arrays, ip addresses as keys?



Jason Price wrote:

> I'm trying to use associative arrays to match a counter to different IP
> addresses.  I thought the following would do it:
> 
> set -A repeats

Change this line to `typeset -A repeats'.


Bye
  Sven

-- 
Sven Wischnowsky                          wischnow@xxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author