# New Ticket Created by Dan Dascalescu # Please include the string: [perl #68534] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68534 > perl 5.10.0: $ perl -we 'my $x; print $x == 1' Use of uninitialized value $x in numeric eq (==) at -e line 1. $ perl -we 'my $x; print $x->{foo} == 1' Use of uninitialized value in numeric eq (==) at -e line 1. Same for string eq. -- Dan Dascalescu (dandv) http://wiki.dandascalescu.com/.list/Perl