Hello,

[EMAIL PROTECTED] a écrit :
sub CacheLDAP {
        my ($self) = shift;
        my ($TableName,@Attrs,@Entries) = @_;

This is wrong... @Entries will always be empty and @Attrs will eat everything... Try passing references instead... I did not try the code but this is at least one error...

        HTH,
--
   \^/
 -/ O \----------------------------------------
| |/ \|       Alexandre (Midnite) Jousset      |
 -|___|----------------------------------------

Reply via email to