C:\>perl -MMath::GMPz -wle "@x = ('a' .. 'n'); for(Math::GMPz->new(0) .. Math::GMPz->new(@x - 1)) { print $x[$_] }" a b c d e f g h i j k l m n