#!/usr/bin/perl -w

use strict;

my @letters = ("a", "i", "u", "e", "o", "b", "d", "g", "v", "z", "h", "n", "l");

