my $alphabetised = "1"; # Sets $alphabetised to "1" until ($alphabetised = "1"){ # Sets it to "1" again # Succeeds (returns TRUE) # TRUE before we even begin # Thus, never executed };