in reply to Why do I get uninitialized value in substitution (s///) in my array?
Is it possible that when you try to substitute the passwords your ldif file has more than 53 lines? You are shifting one password off @genpass for each line in your ldif file. This is one password for each user only if your ldif file has one line for each user.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why do I get uninitialized value in substitution (s///) in my array?
by xjlittle (Beadle) on Aug 13, 2009 at 17:09 UTC | |
by ig (Vicar) on Aug 13, 2009 at 17:55 UTC |