~$ perl -Mwarnings -Mstrict -le 'my @test=("1",""); if($test[1] eq "") {   print "ist gleich" } ' ist gleich ~$