in reply to Puzzling warning "Use of unitialized value" in very simple code

This is a known limitation/bug, that with elsif series the line numbers are wrong. No nextstate ops for the needed cops are generated for elsif. #37302 and #42664

http://rt.perl.org/rt3/Ticket/Display.html?id=37302
http://rt.perl.org/rt3/Ticket/Display.html?id=42664

Your real error is at line 28 of course. undefined $quotedLogin

  • Comment on Re: Puzzling warning "Use of unitialized value" in very simple code