$test="LDAP://CN=MyPc,OU=MyOu,DC=NyDomain,DC=com"; if ($test =~ "LDAP://CN=(.*),.*") { print "$1\n"; }