On 14/9/05 7:57, Gerd Schering <[EMAIL PROTECTED]> wrote: > Hi, > > when using $entry->dump, is there a generic method for sending the > output to a file instead of stdout or have I to do that outside > Net::LDAP via select or whatever?
The dump method's just there for debugging. It does actually take an optional filehandle argument (which is even documented!) but as the docs say if you want consistently formatted output which works with non-textual values, use the Net::LDAP::LDIF class instead of this method. Cheers, Chris