#!/usr/bin/perl -w use strict; use warnings; my @range = ('e' .. 'd'); printf "%s\n", join(" ", @range);