This field is a string variable and the value returned is less than 80 characters with comma separated. I was able to extract characters with length more than 80.
$dn;
$dn = "uid=123344, ou=person.people, o=worldcom.com";
this is the string that needs to be printed.
i use print " $dn \n";
the above error triggers.
I would great i some one could further light on this.
thanks
govind
Comment on Re: Answer: How to solve this problem with string
That's not the code that causes the error. In that code
you're not using a string as an array reference. Can you
please post a cut-down version of your program so that we
can help you.