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