Array Perl

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