From: Chris R. <chr...@me...> - 2002-05-29 15:43:54
|
CZa...@wi... wrote: > > How can I fit this: my $p = <<EOS my $x = decode_base64($p); > print "Decoded to $x\n"; into this: > foreach $entry ($mesg->entries) { > $ldif->write_entry( $entry ); > } It is here that the output is being written to > a file. I don't really understand your question. $ldif->write_entry is doing the correct thing because one of the values can't be written into the LDIF output verbatim. Perhaps you should explain exactly what you want the output to be, and then we can comment more sensibly on how (if it is at all possible) to achieve that. Cheers, Chris |