From: Brad D. <br...@Di...> - 2003-03-24 21:59:31
|
Yes, the hang does occur on updating the first entry. I have set $| to 1 and I have tried chopping the $_ value before parsing with split. Unfortunately, these things didn't fix the problem. Printing the $dn before and after the update looks the same. Brad On Mon, 2003-03-24 at 14:18, Jim Harle wrote: > Does it fail on the first thing from the file or further along? Do you need a > chomp after your while to get rid of EOLs? Try setting $| to 1 and print > messages with $dn before and after the $entry->update. > --Jim Harle |