in reply to Puzzling warning "Use of unitialized value" in very simple code
Perl 5.10.0 has the nice feature that it tells you exactly which variable is actually undefined, so running your script under perl 5.10.0 might shed some light on your problem.
It might also help to give us an example password (not a real one ;-) ) that throws the "uninitialized" warning.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Puzzling warning "Use of unitialized value" in very simple code
by gizmonic (Initiate) on Oct 29, 2008 at 22:08 UTC |