Using reverse with letter based range
#!/usr/bin/perl -w use strict; print "The other half (backwards): ", reverse('n' .. 'z'), "\n";