#!/usr/bin/perl use strict; use warnings; my @array = ('A'..'Z'); my $s = <>; chomp $s; my @str = split //, $s; my $change; for(my $i = 0; $i