From: ts Date: 2002-10-22T18:52:33+09:00 Subject: Re: How to get unique names from file >>>>> "K" == Korshunov Ilya writes: K> I want to get all login_name's from this file, but it mut be unique... Store it as the key of an hash, then retrieve all keys. Guy Decoux