my @array = ; if ($array[0]){ #### LINE: while () { shift @array; unless ($array[0]){ last LINE; } next LINE; }