$char = 'a'; while ($char lt 'z') { print $char; $char++; }