in reply to Retriving a list of machine names on a NT domain

With AdminMisc try..
Win32::AdminMisc::GetMachines($PDC, UF_WORKSTATION_TRUST_ACCOUNT, \@List, "")
This should return a list of all Workstations on the domain (from the PDC).