my $CreateArray = [ objectClass => [ "top", "person", "organizationalPerson", "inetOrgPerson" ], ... ]; print "@$CreateArray[2]\n";