Thread falsche bedingung in if-block ?! (12 answers)
Opened by popcorn5 at 2005-10-21 10:42

Dubu
 2005-10-21 11:38
#59103 #59103
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
Sorry, das kann ich nicht nachvollziehen.
Code: (dl )
1
2
3
4
5
6
7
8
9
~$ perl -Mwarnings -Mstrict -le 'my @test=("1","");

if($test[1] eq "")
{
  print "ist gleich"
}
'
ist gleich
~$

Kein Fehler, keine Warnung.

View full thread falsche bedingung in if-block ?!