> test whether that is defined as part of the CRAM-MD5 test. Can you try > to change that line to: > >> my $pw_clear_passwd = exists $passwd_hash->{'pw_clear_passwd'} >> ? $passwd_hash->{'pw_clear_passwd'} >> : undef; > > and see if that still throws warnings for you?
Works well, no warnings. Thanks! - Fred