I would like to be able to find the aliases for a hostname given the actual hostname. For example, if I pass an alias to Net::hostent's functions it will return the hostname. What I would like is to be able to pass the hostname in and get back the aliases. I can find many ways to go from the alias to the hostname but no way to get from the hostname to the alias. Is this something I should be able to do? What am I missing? Thanks for your help - Mark